From b1d7f92cff5f20c0aca11b9d91662cac60d5d866 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 21 Jun 2024 00:30:02 +0400 Subject: [PATCH] Decided to hide a current section in menu. --- web/base.templ | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/base.templ b/web/base.templ index dc919c0..cd35f64 100644 --- a/web/base.templ +++ b/web/base.templ @@ -46,15 +46,18 @@ templ base(title, description, keywords, canonical string, head templ.Component) } templ navigation(heading string) { + {{ links := []string{"Stuff", "Mindflow", "About", "Guestbook"} }}