all repos — zola-bearblog @ 709ee0253b443933df8e2acc3b884245bdb2c40e

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