diff options
Diffstat (limited to 'themes/bear/templates/footer.html')
-rw-r--r-- | themes/bear/templates/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/bear/templates/footer.html b/themes/bear/templates/footer.html new file mode 100644 index 0000000..c952a93 --- /dev/null +++ b/themes/bear/templates/footer.html @@ -0,0 +1,5 @@ +<footer> + {%- if not config.extra.hide_made_with_line %} + Made with <a href="https://codeberg.org/alanpearce/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a> + {%- endif %} +</footer> |