From 4472500af456a7499648b527d4c17279428b7aa3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 16:37:17 +0200 Subject: feat: embed social sharing widget inline on repository page --- themes/danix-xyz-hacker/layouts/repository/list.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/danix-xyz-hacker/layouts/repository/list.html b/themes/danix-xyz-hacker/layouts/repository/list.html index 71a998e..95f1f36 100644 --- a/themes/danix-xyz-hacker/layouts/repository/list.html +++ b/themes/danix-xyz-hacker/layouts/repository/list.html @@ -16,6 +16,11 @@ {{ .Content }} + +
+ {{ partial "social-share.html" (dict "page" . "mode" "inline") }} +
+

{{ i18n "githubReposTitle" }}

-- cgit v1.2.3