all repos — homestead @ e1766ba9a681e3a3a3f945787b248f6405c553ed

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