all repos — homestead @ 234c9eadf1e7965fc3a6a669696ddae5e2c4ef11

Code for my website

themes/bear/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>