diff --git a/web/base.templ b/web/base.templ index 79ccce9..3ad02a6 100644 --- a/web/base.templ +++ b/web/base.templ @@ -49,19 +49,20 @@ templ base(title, description, keywords, canonical string, head templ.Component) templ navigation(title string) { {{ sections := []string{"Stuff", "Mindflow", "About", "Guestbook"} }} + {{ links := []templ.SafeURL{"/stuff", "/mindflow", "/about", "/guestbook"} }}