blog/templates/foot.html

12 lines
182 B
HTML
Raw Normal View History

2021-07-23 21:35:02 -04:00
$if(hide-footer)$$else$
<footer>
<hr>
2021-07-25 08:54:27 -04:00
<a href=/index.html>all posts</a> ·
2021-07-23 21:35:02 -04:00
<a href=/all-tags.html>all tags</a>
</footer>
$endif$
$for(include-after)$
$include-after$
$endfor$