all repos — zola-bearblog @ f51202d961e6d2337a96ef3552c4efced1fe2beb

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