From 5699c497a45e08e9e502974e8055d1291dde29dd Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 7 Mar 2025 21:18:28 +0800 Subject: http/templates: Reduce whitespace --- templates/login.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/login.tmpl') diff --git a/templates/login.tmpl b/templates/login.tmpl index b31cb36..47c4fc4 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -6,11 +6,11 @@ - {{ template "head_common" . }} - Login – {{ .global.forge_title }} + {{- template "head_common" . -}} + Login – {{ .global.forge_title -}} - {{ .login_error }} + {{- .login_error -}}
@@ -52,7 +52,7 @@
- {{ template "footer" . }} + {{- template "footer" . -}}
-- cgit v1.2.3