all repos — zola-bearblog @ 62d54e631fbec55c5897f8b2365e3242e94a4c43

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