blog/templates/foot.html

12 lines
182 B
HTML

$if(hide-footer)$$else$
<footer>
<hr>
<a href=/index.html>all posts</a> ·
<a href=/all-tags.html>all tags</a>
</footer>
$endif$
$for(include-after)$
$include-after$
$endfor$