summaryrefslogtreecommitdiffstats
path: root/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/footer.html b/templates/footer.html
index 54d33d72c..58b5364b5 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,9 +1,10 @@
-<div class="footer">
+<footer>
<hr/>
<a href=".">homepage</a>
<a href="./rss.xml">RSS</a>
<a href="./atom.xml">atom</a>
<br>
- <p>powered by <a href="https://pedantic.software/git/blogit">blogit</a></p>
-</div>
+ <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>