diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-08 17:00:30 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-08 17:00:30 +0000 |
commit | fc37ba24c45874e4fe1b5568f96887e5563547e0 (patch) | |
tree | d882f5aab9c8ab7d181027efefe0e53a6c752811 /ui/html/base.tmpl.html | |
parent | ced9bbed371d7a1d7692c820f80c77f43ebd32a3 (diff) |
Added nav partial
Added a partial html for the navigation bar. So far it just has a link
to "Home" on it.
Diffstat (limited to 'ui/html/base.tmpl.html')
-rw-r--r-- | ui/html/base.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index cb98c32..91bdbc2 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -11,7 +11,7 @@ </head> <body> <header> - <h1><a href="/">DED</a></h1> + {{ template "nav" . }} </header> <main> {{ template "main" }} |