summaryrefslogtreecommitdiffstats
path: root/templates/footer.html
blob: 58b5364b5a28645f3c76461bad5e627d06681942 (plain)
1
2
3
4
5
6
7
8
9
10
<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>