update footer

This commit is contained in:
Sylvain Gauthier 2021-03-15 10:49:18 +11:00
parent b1c404456d
commit 18d49745d5

View File

@ -1,9 +1,10 @@
<div class="footer"> <footer>
<hr/> <hr/>
<a href=".">homepage</a> <a href=".">homepage</a>
<a href="./rss.xml">RSS</a> <a href="./rss.xml">RSS</a>
<a href="./atom.xml">atom</a> <a href="./atom.xml">atom</a>
<br> <br>
<p>powered by <a href="https://pedantic.software/git/blogit">blogit</a></p> <p>All site content is in the Public Domain.</p>
</div> <p><small>Powered by <a href="https://pedantic.software/git/blogit">blogit</a></small></p>
</footer>
</body></html> </body></html>