summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2022-10-25 16:49:28 -0600
committerluxagraf <sng@luxagraf.net>2022-10-25 16:49:28 -0600
commitbe0cc14d112afc136e54806d7105ded0a7c3f15a (patch)
treef8cecad4f7d797a8f0e1764f38f956583e32dae6 /templates
parentd51b67736b2d681fc636414fd26a9fc420ad8742 (diff)
added a link to the code page
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 5b4c22d..6816c84 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,6 +41,7 @@
{% block disclaimer %}{% endblock%}
<footer class="page-footer">
<nav>
+ <a class="nav-item smcaps" href="/code" title="Words to live by">Code</a>
<a class="nav-item smcaps" href="/blogroll" title="Sites that inspire us">Blogroll</a>
<a class="nav-item smcaps" href="/contact/" title="contact luxagraf">Contact</a>
<a class="nav-item smcaps" href="/feed.xml" title="RSS feed">RSS</a>