all repos — homestead @ a2a22e76e1af32cb521e3736523cd9009a0b7755

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 -%}