all repos — zola-bearblog @ 4df500c33f3d3ba7b9387a2bc0447850a04d15c8

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