all repos — zola-bearblog @ 69c601b5ebd3d386e9a4256d4e285ae8f5b0c80a

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