diff options
author | Wolfgang Müller | 2021-06-24 16:19:42 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-24 16:19:42 +0200 |
commit | b9130a7743e36647cc5211f0eb574202e404e85f (patch) | |
tree | ad38ba4728a281488bf33ce1e68f78e8d65eb643 /templates | |
parent | e3a3532607507bc7717be859013acae5c9d4a614 (diff) | |
download | zunzuncito-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 '')
-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 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 %} |