about summary refs log tree commit diff stats
path: root/templates/footer.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 13:14:30 +0200
committerAlan Pearce2023-04-26 13:14:30 +0200
commit65800cdbeadc21ee4a469361d6b70c2189a0fe0f (patch)
tree9ce8a2c6881990fa26b7a9b025c71e650c873865 /templates/footer.html
parent111c6b45bfe83c9ff3cee9081392d9a645af8160 (diff)
downloadwebsite-65800cdbeadc21ee4a469361d6b70c2189a0fe0f.tar.lz
website-65800cdbeadc21ee4a469361d6b70c2189a0fe0f.tar.zst
website-65800cdbeadc21ee4a469361d6b70c2189a0fe0f.zip
Improve whitespacing in HTML
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>