summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html
new file mode 100644
index 0000000..58b5364
--- /dev/null
+++ b/templates/footer.html
@@ -0,0 +1,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>