all repos — homestead @ 1e0b5b86c034d6205aa1ba1ff42bc40b9f60cf63

Code for my website

templates/footer.html (view raw)

1
2
3
4
5
<footer>
  {% if not config.extra.hide_made_with_line %}
    Made with <a href="https://codeberg.org/alanpearce/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a>
  {% endif %}
</footer>