all repos — zola-bearblog @ 50629a9594445830d44c3cf148b898013f6d38f2

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