all repos — zola-bearblog @ 2505efa851a0221d4d01c2f0fcc3fd0e24772d66

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