From df5ca509826253a2d711028c68bc55aab0e8f8da Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 10 Mar 2025 12:27:05 +0100 Subject: [PATCH] changed codeberg icon size --- layouts/partials/social.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index fd58e8d..00f55fd 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -30,7 +30,7 @@ {{ end }} {{ with .Site.Params.social.codeberg }} - + {{ end }} {{ with .Site.Params.social.github }} @@ -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 }}