all repos — homestead @ 4095346abb647c40307d93b34c21805bcc0f5089

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