all repos — zola-bearblog @ ff313053e56bf5c606376435050eb7f40ad3f28a

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