all repos — zola-bearblog @ 57791c1eb193e8cd240390a081b499ae0b8f45e4

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