From 6cceade2da5425a2a1c46ac032263c961e81affb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 08:41:09 +0800 Subject: Sticky footer --- forged/templates/index.tmpl | 86 +++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 42 deletions(-) (limited to 'forged/templates/index.tmpl') diff --git a/forged/templates/index.tmpl b/forged/templates/index.tmpl index bd81f04..66bd177 100644 --- a/forged/templates/index.tmpl +++ b/forged/templates/index.tmpl @@ -11,50 +11,52 @@ {{- template "header" . -}} -
- - - - - - - - - - - - {{- range .groups -}} +
+
+
Groups
NameDescription
+ - - + - {{- end -}} - -
- {{- .Name -}} - - {{- .Description -}} - Groups
- - - - - - - - - - - - - - - - -
- Info -
SSH public key{{- .global.server_public_key_string -}}
SSH fingerprint{{- .global.server_public_key_fingerprint -}}
-
+ + Name + Description + + + + {{- range .groups -}} + + + {{- .Name -}} + + + {{- .Description -}} + + + {{- end -}} + + + + + + + + + + + + + + + + + + +
+ Info +
SSH public key{{- .global.server_public_key_string -}}
SSH fingerprint{{- .global.server_public_key_fingerprint -}}
+ + -- cgit v1.2.3