From 1cb37d35a99b9362817c237d1a8d8b7365517175 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 13:11:32 +0800 Subject: [PATCH] Fix index page padding wrapper containment --- templates/index.tmpl | 43 +++++++++++++++++++++---------------------- diff --git a/templates/index.tmpl b/templates/index.tmpl index 7c2e8fc65bebf03e0a53bc4a81ab830969d7d40e..8f901f6d223d66de4f4cebbaf05afc8fb21f63f9 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -12,30 +12,29 @@ {{- template "header" . -}}
- - - - - - - - - - - - {{- range .groups -}} +
Groups
NameDescription
+ + + + - - + + - {{- end -}} - -
Groups
- {{- .Name -}} - - {{- .Description -}} - NameDescription
-
+ + + {{- range .groups -}} + + + {{- .Name -}} + + + {{- .Description -}} + + + {{- end -}} + + -- 2.48.1