Fixing html tag

This commit is contained in:
Adam Kaplan 2017-09-26 22:38:18 -04:00
parent 5cdeb1622b
commit 41618bd6f5

View File

@ -1,3 +1,3 @@
{{ if .Site.Params.favicon }} {{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/x-icon"> <link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/x-icon" />
{{ end }} {{ end }}