From 1cb37d35a99b9362817c237d1a8d8b7365517175 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 13:11:32 +0800 Subject: Fix index page padding wrapper containment --- templates/index.tmpl | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index 7c2e8fc..8f901f6 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -12,30 +12,29 @@ {{- template "header" . -}}
- - - - - - - - - - - - {{- range .groups -}} +
Groups
NameDescription
+ - - + - {{- end -}} - -
- {{- .Name -}} - - {{- .Description -}} - Groups
-
+ + Name + Description + + + + {{- range .groups -}} + + + {{- .Name -}} + + + {{- .Description -}} + + + {{- end -}} + + -- cgit v1.2.3