all repos — zola-bearblog @ 9a344d88944a08a96e9681fd399d9b2f25eac56c

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