all repos — zola-bearblog @ a515537584b41a5554200bc12fed522fcde20949

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