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