all repos — zola-bearblog @ 14ad9250cf52b005ff17e0d9971c4087ddb6718d

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