all repos — zola-bearblog @ 593a8bb3f16404389c85dcec544d6dc188ad3a39

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