blog/templates/foot.html

14 lines
232 B
HTML
Raw Normal View History

2021-07-23 21:35:02 -04:00
$if(hide-footer)$$else$
<footer>
2024-09-15 11:50:10 -04:00
<ul>
<li><a href=/index.html>all posts</a>
<li><a href=/all-tags.html>all tags</a>
<li><a href=/rss.xml>rss</a>
</ul>
2021-07-23 21:35:02 -04:00
</footer>
$endif$
$for(include-after)$
$include-after$
$endfor$