all repos — zola-bearblog @ cdd10696fcbc40078f721f252a8283e40e064f73

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