all repos — zola-bearblog @ 68fd0902b1b7c540e1b8b79ae02b69b85327e070

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