all repos — zola-bearblog @ 6069e04c138643f6b001b954b8dcca9a2040559b

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