all repos — zola-bearblog @ a1bcb91851d84d3796a8a281af8d01ce0a79a3fc

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