all repos — zola-bearblog @ a6000685cfcbb4253f634b44637b599cec96d5bc

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