all repos — homestead @ fa4b7a67b23be56167db8a2e828a82de9df7ec38

Code for my website

Merge branch 'main' into microformats2

Alan Pearce
commit

fa4b7a67b23be56167db8a2e828a82de9df7ec38

parent

8194f35714579d6fbc0b77076ee80fb241e2efdd

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>