about summary refs log tree commit diff stats
path: root/templates/footer.html
blob: 97b096b0a3134a42aee0bd297b2b95c0f4d10747 (plain)
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>