all repos — zola-bearblog @ 32a21a70019f43034561cd14875dfe2b8316c0cc

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