all repos — zola-bearblog @ 5f7390ee69cf214b2be78279a97bcadc8d6604e6

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