all repos — zola-bearblog @ 2bdbb8c53d9d8187741cd940af5d514cbd1f1a79

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 -%}