about summary refs log tree commit diff stats
path: root/themes/bear/templates/footer.html
blob: c952a93bb405f46cfb1e7cc4468db46eabfa7f07 (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>