changed codeberg icon size
This commit is contained in:
parent
61869291eb
commit
df5ca50982
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<a href="https://facebook.com/{{.}}" aria-label="Facebook" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ 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 }}
|
||||
{{ 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>
|
||||
|
@ -146,6 +146,7 @@
|
|||
"name": "{{ .Site.Params.author }}",
|
||||
"url": "{{ .Site.Params.baseURL }}",
|
||||
"sameAs": [
|
||||
{{ with .Site.Params.social.codeberg }}"https://codeberg.org/{{.}}",{{ 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.googlescholar}}"https://scholar.google.com/citations?user={{.}}",{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue