From 672d04ecdddec2b3198cff9e772aa7405c5bdfce Mon Sep 17 00:00:00 2001 From: bagas Date: Mon, 13 May 2024 11:12:42 +0700 Subject: [PATCH 1/2] Add essential meta tags for improved SEO and site description --- view/layout/base.templ | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/view/layout/base.templ b/view/layout/base.templ index fac4fc3..bb4481f 100644 --- a/view/layout/base.templ +++ b/view/layout/base.templ @@ -7,8 +7,11 @@ templ Base(title string){ - - + + + + + { title } @@ -21,7 +24,7 @@ templ Navbar(user types.User) {
@@ -82,7 +85,7 @@ templ Footer() {