about summary refs log tree commit diff stats
path: root/templates/favicon.html
blob: cfa29599b986723343e83d44f7470a0879384aca (plain)
1
2
3
{% if config.extra.favicon %}
  <link rel="shortcut icon" href="{{ config.extra.favicon }}" />
{%- endif -%}