From 44bfb1ebf01815936c658a8fc6424c1a351f1069 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:07:33 +0200 Subject: 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 --- themes/danix-xyz-hacker/layouts/repository/list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'themes/danix-xyz-hacker') 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 }} -- cgit v1.2.3