all repos — zola-bearblog @ 8a7b1b9d08bf9131801db383df88720c7500f648

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