blog/templates/foot.html

14 lines
236 B
HTML
Raw Permalink Normal View History

2021-07-24 03:35:02 +02:00
$if(hide-footer)$$else$
<footer>
2024-12-05 06:41:29 +01:00
<menu>
2024-09-15 17:50:10 +02:00
<li><a href=/index.html>all posts</a>
<li><a href=/all-tags.html>all tags</a>
<li><a href=/rss.xml>rss</a>
2024-12-05 06:41:29 +01:00
</menu>
2021-07-24 03:35:02 +02:00
</footer>
$endif$
$for(include-after)$
$include-after$
$endfor$