all repos — zola-bearblog @ 1d15438351966478359edd45b6c45ebb9949f384

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