diff --git a/web/base.templ b/web/base.templ index cd35f64..1cdcaaf 100644 --- a/web/base.templ +++ b/web/base.templ @@ -45,26 +45,28 @@ templ base(title, description, keywords, canonical string, head templ.Component) } -templ navigation(heading string) { - {{ links := []string{"Stuff", "Mindflow", "About", "Guestbook"} }} +templ navigation(title string) { + {{ sections := []string{"Stuff", "Mindflow", "About", "Guestbook"} }} }