all repos — zola-bearblog @ 18a135696a6f5a02a641a16c2881a2694f26ce1a

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