all repos — zola-bearblog @ f78d1fc7d11522c70861dfc5e2f97b69eb40ab58

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