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