all repos — zola-bearblog @ b712446ecc9e6b58fdb96941129238b14580a8bd

Port of bear blog theme to zola

templates/favicon.html (view raw)

1
2
3
{% if config.extra.favicon %}
  <link rel="shortcut icon" href="{{ config.extra.favicon }}">
{%- endif -%}