From 5b476f8905f411768e23cb01d577a60e5a5fd725 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:43:22 +0200 Subject: chore: extract theme into git submodule (danix2-hugo-theme) --- .../layouts/partials/social-share.html | 123 --------------------- 1 file changed, 123 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/partials/social-share.html (limited to 'themes/danix-xyz-hacker/layouts/partials/social-share.html') diff --git a/themes/danix-xyz-hacker/layouts/partials/social-share.html b/themes/danix-xyz-hacker/layouts/partials/social-share.html deleted file mode 100644 index 9e9be43..0000000 --- a/themes/danix-xyz-hacker/layouts/partials/social-share.html +++ /dev/null @@ -1,123 +0,0 @@ -{{ $page := .page }} -{{ $mode := .mode | default "sidebar" }} -{{ $url := $page.Permalink | urlquery }} -{{ $title := $page.Title | urlquery }} - -{{ $gridClass := "share-grid gap-1" }} -{{ if eq $mode "inline" }} - {{ $gridClass = "flex flex-wrap justify-center gap-1" }} -{{ end }} - - -- cgit v1.2.3