summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-14 14:52:45 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-14 14:52:45 +1000
commitc8057e7c1c3d770d5a7a97f4745caa46d045bcbb (patch)
tree824006a7c7007fce98d5a87dc475e84d0c1141b2 /project/templates/base.html
parent4795c934fc38d04e1ca8ab3fa9e59fba7bc99729 (diff)
Added links page
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index a23b8ab..d4ef561 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -16,6 +16,7 @@
<li><a href="/">Index</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/cgit">Git</a></li>
+ <li><a href="/links.html">Links</a></li>
</ul>
</nav>
<hr>