all repos — homestead @ 98beceb142db5e67d74a9a64af0a1f99ba902788

Code for my website

themes/bear/templates/favicon.html (view raw)

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