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