]> danix's work - danix.xyz-2.git/commitdiff
style: display social share icons in 5-column grid on sidebar (5+4 rows)
authorDanilo M. <redacted>
Sat, 18 Apr 2026 13:31:07 +0000 (15:31 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 13:31:07 +0000 (15:31 +0200)
themes/danix-xyz-hacker/layouts/partials/social-share.html

index f631f3040b75923f01284447ce2ce39c581f73c2..c2b54af0f0726db3de789c44011173a7c3f75a06 100644 (file)
@@ -3,7 +3,7 @@
 {{ $url := $page.Permalink | urlquery }}
 {{ $title := $page.Title | urlquery }}
 
-{{ $gridClass := "grid-cols-2 gap-1" }}
+{{ $gridClass := "grid-cols-5 gap-1" }}
 {{ if eq $mode "inline" }}
   {{ $gridClass = "flex flex-wrap justify-center gap-1" }}
 {{ end }}