based.cooking/templates/footer.html

11 lines
296 B
HTML

<footer>
<hr/>
<a href=".">homepage</a>
<a href="./rss.xml">RSS</a>
<a href="./atom.xml">atom</a>
<br>
<p>All site content is in the Public Domain.</p>
<p><small>Powered by <a href="https://pedantic.software/git/blogit">blogit</a></small></p>
</footer>
</body></html>