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 }}