all repos — zola-bearblog @ 40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e

Port of bear blog theme to zola

Merge branch 'main' into microformats2

Alan Pearce
commit

40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e

parent

2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M templates/footer.htmltemplates/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>