all repos — zola-bearblog @ 731031b3fe2e4964120a615fe93349d268b46758

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