summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-24 16:19:42 +0200
committerWolfgang Müller2021-06-24 16:19:42 +0200
commitb9130a7743e36647cc5211f0eb574202e404e85f (patch)
treead38ba4728a281488bf33ce1e68f78e8d65eb643 /templates
parente3a3532607507bc7717be859013acae5c9d4a614 (diff)
downloadzunzuncito-b9130a7743e36647cc5211f0eb574202e404e85f.tar.gz
templates: Add "about" link to the first post
The first post has information on what to expect from this site. Since it will scroll further and further down, make sure we reference it for quick access.
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 180e311..ea70a47 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -39,6 +39,7 @@
<nav class="links">
<ul class="inline">
{%- if section %}
+ <li><a href="/1">about</a></li>
<li><a href="/atom.xml">feed</a></li>
<li><a href="/tags">tags</a></li>
{%- elif term %}