all repos — zola-bearblog @ 864e62a917fc756e754a1e7648c0ac1bb670743b

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