]> danix's work - danix.xyz-2.git/commitdiff
feat: embed social sharing widget inline on repository page
authorDanilo M. <redacted>
Fri, 17 Apr 2026 14:37:17 +0000 (16:37 +0200)
committerDanilo M. <redacted>
Fri, 17 Apr 2026 14:37:17 +0000 (16:37 +0200)
themes/danix-xyz-hacker/layouts/repository/list.html

index 71a998e30c952feddc855f9207d6342efff1490a..95f1f36e121256c1b6862b04e8725eacd3e8c12a 100644 (file)
       {{ .Content }}
     </div>
 
+    <!-- Social sharing (inline mode) -->
+    <div class="mb-12">
+      {{ partial "social-share.html" (dict "page" . "mode" "inline") }}
+    </div>
+
     <!-- Repository Cards Section -->
     <section class="mt-16">
       <h2 class="text-3xl font-bold mb-8">{{ i18n "githubReposTitle" }}</h2>