blog/templates/foot.html

12 lines
186 B
HTML

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