all repos — homestead @ bba79497c1aac65d11c9d987433b6b79dfdc778b

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