all repos — zola-bearblog @ 995c4f6eff9a601c75c39d40f945c8a70d710d95

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