all repos — zola-bearblog @ 6d4a532d186a9d54bcea27638465d4c72272263b

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