all repos — zola-bearblog @ 53d198f0745df32ad0a2547e177c57cbdf96eb60

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