all repos — homestead @ a9f227ab0450e3ae1b91ab5325c335f239dd2164

Code for my website

templates/favicon.html (view raw)

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