changed codeberg icon size

This commit is contained in:
Stephan Hadan 2025-03-10 12:27:05 +01:00
parent 61869291eb
commit df5ca50982
Signed by: stephan.hadan
GPG key ID: B2F9DCEB3DA700D5

View file

@ -30,7 +30,7 @@
<a href="https://facebook.com/{{.}}" aria-label="Facebook" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a> <a href="https://facebook.com/{{.}}" aria-label="Facebook" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a>
{{ end }} {{ end }}
{{ with .Site.Params.social.codeberg }} {{ with .Site.Params.social.codeberg }}
<a href="https://codeberg.org/{{.}}" aria-label="Codeberg" target="_blank"><img height="16" width="16" src="/simple-icons/codeberg.svg" /></a> <a href="https://codeberg.org/{{.}}" aria-label="Codeberg" target="_blank"><img height="24" width="24" src="/simple-icons/codeberg.svg" /></a>
{{ end }} {{ end }}
{{ with .Site.Params.social.github }} {{ with .Site.Params.social.github }}
<a href="https://github.com/{{.}}" aria-label="Github" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a> <a href="https://github.com/{{.}}" aria-label="Github" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
@ -146,6 +146,7 @@
"name": "{{ .Site.Params.author }}", "name": "{{ .Site.Params.author }}",
"url": "{{ .Site.Params.baseURL }}", "url": "{{ .Site.Params.baseURL }}",
"sameAs": [ "sameAs": [
{{ with .Site.Params.social.codeberg }}"https://codeberg.org/{{.}}",{{ end }}
{{ with .Site.Params.social.twitter }}"https://twitter.com/{{.}}",{{ end }} {{ with .Site.Params.social.twitter }}"https://twitter.com/{{.}}",{{ end }}
{{ with .Site.Params.social.google }}"https://plus.google.com/{{.}}/about",{{ end }} {{ with .Site.Params.social.google }}"https://plus.google.com/{{.}}/about",{{ end }}
{{ with .Site.Params.social.googlescholar}}"https://scholar.google.com/citations?user={{.}}",{{ end }} {{ with .Site.Params.social.googlescholar}}"https://scholar.google.com/citations?user={{.}}",{{ end }}