From 5a566ac13da8f12588996f6419f5b169bf9cb850 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Mon, 23 Jun 2025 19:07:57 +0200 Subject: [PATCH] body spacing --- internal/view/layout/base.templ | 2 +- internal/view/layout/base_templ.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/view/layout/base.templ b/internal/view/layout/base.templ index a9f779f..c370b64 100644 --- a/internal/view/layout/base.templ +++ b/internal/view/layout/base.templ @@ -6,7 +6,7 @@ templ BaseLayout() { @head() - + @navbar()
{ children... } diff --git a/internal/view/layout/base_templ.go b/internal/view/layout/base_templ.go index df48b18..bc7cf7f 100644 --- a/internal/view/layout/base_templ.go +++ b/internal/view/layout/base_templ.go @@ -39,7 +39,7 @@ func BaseLayout() templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, "") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, "") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }