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