all repos — zola-bearblog @ 65800cdbeadc21ee4a469361d6b70c2189a0fe0f

Port of bear blog theme to zola

Improve whitespacing in HTML

Alan Pearce
commit

65800cdbeadc21ee4a469361d6b70c2189a0fe0f

parent

111c6b45bfe83c9ff3cee9081392d9a645af8160

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>