From e2d99fd1fa47d671cd98b901f7cf36aee00d2c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Mart=C3=ADnez=20Novo?= Date: Tue, 8 Jul 2025 17:36:07 +0200 Subject: [PATCH] Fix centered-div class usage in index.templ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was a redundant
tag around a div with centered-div class. Well, not so redundant because a typo in the class attribute caused it to not apply. Removed another
tag and replaced by a div.centered-div for consistency. Signed-off-by: Jesús Martínez Novo --- web/index.templ | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/index.templ b/web/index.templ index d9e1910..263ab5e 100644 --- a/web/index.templ +++ b/web/index.templ @@ -65,12 +65,10 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal
-
-

{ title }

-
+

{ title }

@body