all repos — zola-bearblog @ 241f290f697a1301c6173d41fb9c6b45ec203287

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