diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-11 06:59:13 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-11 06:59:13 +0000 |
commit | 8ac695cf14f0bb4b718de6d4bcbf3c8623079fe2 (patch) | |
tree | 222d437c8f467b0e6516d5e5812e205845f724c4 /ui/html/partials/nav.tmpl.html | |
parent | 7edf5bb90d002c39b474f87744f19c318783651c (diff) |
Adds small-font css
Basing CSS styles on the look and feel of cgit, this commit actually
includes the cgit css file in the tree for reference.
I don't want to get too carried away with CSS at this point but this is
a start.
Diffstat (limited to '')
-rw-r--r-- | ui/html/partials/nav.tmpl.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/html/partials/nav.tmpl.html b/ui/html/partials/nav.tmpl.html index 9636855..161705b 100644 --- a/ui/html/partials/nav.tmpl.html +++ b/ui/html/partials/nav.tmpl.html @@ -1,5 +1,8 @@ {{ define "nav" }} <nav> + <h1>DED</h1> <a href="/">Home</a> + <a href="/organisation/list">Organisations</a> + <a href="#">Engagement Planning</a> </nav> {{ end }} |