summaryrefslogtreecommitdiffstats
path: root/ui/html/partials/nav.tmpl.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-11 06:59:13 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-11 06:59:13 +0000
commit8ac695cf14f0bb4b718de6d4bcbf3c8623079fe2 (patch)
tree222d437c8f467b0e6516d5e5812e205845f724c4 /ui/html/partials/nav.tmpl.html
parent7edf5bb90d002c39b474f87744f19c318783651c (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.html3
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 }}