all repos — homestead @ 985fd28534b82ef3309e00e1000d40db6be5922c

Code for my website

Improve whitespacing in HTML

Alan Pearce
commit

985fd28534b82ef3309e00e1000d40db6be5922c

parent

fe2ac52cca4b106e55b1ecb276fe4e083a63e5fd

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>