all repos — zola-bearblog @ a6f09143e8875005238361d8d4a8eb25bf040878

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