diff options
author | Alan Pearce | 2023-04-26 13:24:52 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-26 13:24:52 +0200 |
commit | 40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e (patch) | |
tree | 919174143ede711d352ea3a3ca1c89e9bde6c6af /templates/footer.html | |
parent | 2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021 (diff) | |
parent | ccdba539bd37dbe83a7a8f773a6568b6ca93cd5f (diff) | |
download | website-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.tar.lz website-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.tar.zst website-40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e.zip |
Merge branch 'main' into microformats2
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> |