all repos — zola-bearblog @ 88e6692a1d895ab73c89064d37645c4a41f81463

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