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