diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 16:37:17 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 16:37:17 +0200 |
| commit | 4472500af456a7499648b527d4c17279428b7aa3 (patch) | |
| tree | 47cb89d99de6d9566f36b8decb39bf92de1408f8 | |
| parent | e3abd8c17d61f821d46d03224e400f81232bbaaa (diff) | |
| download | danixxyz-4472500af456a7499648b527d4c17279428b7aa3.tar.gz danixxyz-4472500af456a7499648b527d4c17279428b7aa3.zip | |
feat: embed social sharing widget inline on repository page
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/repository/list.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 }} </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> |
