all repos — website @ 3560f40a578151680b5ffb7c0237c8c88424ca37

My website

templates/favicon.html (view raw)

1
2
3
{% if config.extra.favicon %}
  <link rel="shortcut icon" href="{{ config.extra.favicon }}" />
{%- endif %}