all posts page is index

This commit is contained in:
rhiannon morris 2021-07-25 14:54:27 +02:00
parent 533efb5a31
commit 3f989733ee
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
$if(hide-footer)$$else$
<footer>
<hr>
<a href=/all-posts.html>all posts</a> ·
<a href=/index.html>all posts</a> ·
<a href=/all-tags.html>all tags</a>
</footer>
$endif$