diff options
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 000000000..b7cd6bfdb --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,7 @@ +<p>This website is a fork from <a href="https://based.cooking">Luke Smith's Based Cooking</a></p> +<div class="footer"> + <hr/> + <a href="./rss.xml">RSS</a> + <a href="./atom.xml">atom</a> +</div> +</body></html> |