2 lines
105 B
HTML
2 lines
105 B
HTML
{{ with .Site.Params.favicon }}
|
|
<link rel="shortcut icon" type="image/x-icon" href='{{ . }}' />{{ end }}
|