all repos — homestead @ c469ff0a93dafdb3b163cc4efb06abe6c22e86d3

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