all repos — zola-bearblog @ 402d85094185554d6150d6dfd6e76683abf7b663

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