summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorSylvain Gauthier <s94.gauthier@laposte.net>2021-03-14 14:24:08 +1100
committerSylvain Gauthier <s94.gauthier@laposte.net>2021-03-15 10:36:14 +1100
commitbe0c2dd2ce70a728380738c7aa3cb964b3175234 (patch)
tree8041192028e21381630dcc98677fdcaf10c71f1d /templates/footer.html
parent071dea97317e0b81a659a9d8aed31ee421833ca7 (diff)
get ready for merge
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html
index a342f92..54d33d7 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,8 +1,9 @@
-<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=".">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>
</body></html>