diff options
author | luxagraf <sng@luxagraf.net> | 2022-10-25 16:49:28 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-10-25 16:49:28 -0600 |
commit | be0cc14d112afc136e54806d7105ded0a7c3f15a (patch) | |
tree | f8cecad4f7d797a8f0e1764f38f956583e32dae6 /templates | |
parent | d51b67736b2d681fc636414fd26a9fc420ad8742 (diff) |
added a link to the code page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 |
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> |