2 lines
85 B
HTML
2 lines
85 B
HTML
{{ with .Site.Params.favicon }}
|
|
<link rel="shortcut icon" href="{{ . }}" />{{ end }}
|