about summary refs log tree commit diff stats
path: root/templates/footer.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 13:24:52 +0200
committerAlan Pearce2023-04-26 13:24:52 +0200
commit40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e (patch)
tree919174143ede711d352ea3a3ca1c89e9bde6c6af /templates/footer.html
parent2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021 (diff)
parentccdba539bd37dbe83a7a8f773a6568b6ca93cd5f (diff)
downloadzola-bearblog-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.tar.lz
zola-bearblog-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.tar.zst
zola-bearblog-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.zip
Merge branch 'main' into microformats2
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html4
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>