From: Danilo M. Date: Wed, 22 Apr 2026 10:07:33 +0000 (+0200) Subject: fix: repository list page now uses content-grid for glow/border consistency X-Git-Tag: release_22042026-1342~5 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=44bfb1ebf01815936c658a8fc6424c1a351f1069;p=danix.xyz-2.git fix: repository list page now uses content-grid for glow/border consistency Replaced ad-hoc max-w-5xl bg-bg wrapper with the standard max-w-7xl article + content-grid div pattern used by all other pages (singles, is/list). content-grid CSS class provides the soft purple glow, border, and background that block the matrix rain canvas. Co-Authored-By: Claude Haiku 4.5 --- diff --git a/themes/danix-xyz-hacker/layouts/repository/list.html b/themes/danix-xyz-hacker/layouts/repository/list.html index 0ce88c1..ce2c305 100644 --- a/themes/danix-xyz-hacker/layouts/repository/list.html +++ b/themes/danix-xyz-hacker/layouts/repository/list.html @@ -1,5 +1,6 @@ {{ define "main" }} -
+
+
{{ partial "breadcrumb.html" . }} @@ -71,5 +72,6 @@ {{ end }}
-
+ + {{ end }}