summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorRyan D. Wilson <ryan@rdwilson.xyz>2021-03-14 22:59:46 -0300
committerRyan D. Wilson <ryan@rdwilson.xyz>2021-03-14 22:59:46 -0300
commite6c5e05e2eb6bb16fbefc5ca48596f18e3656e2b (patch)
treefb17a58f51571eabb6858d68b75eb6aa9ff4eed8 /templates/footer.html
parent3a7b10af2c87d5708303b3cd223bea75ea77d89f (diff)
parent10ffebf2b48fc3de3dd19731195609b8cc4416a4 (diff)
Merge branch 'master' of https://github.com/LukeSmithxyz/based.cooking
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>