all repos — homestead @ ef74eb1fac8d50814d84c99ce7f6b01ab0d714b2

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