diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0d319f7..426b21d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,19 +5,19 @@ {{ if not .IsHome }}{{with .Title }}{{ . }} · {{ end }}{{ end }}{{ .Site.Title }} {{ if (fileExists "static/apple-touch-icon.png") -}} - + {{ end -}} {{ if (fileExists "static/favicon-32x32.png") -}} - + {{ end -}} {{ if (fileExists "static/favicon-16x16.png") -}} - + {{ end -}} {{ if (fileExists "static/site.webmanifest") -}} - + {{ end -}} {{ if (fileExists "static/safari-pinned-tab.svg") -}} - + {{ end -}} {{ if (fileExists "layouts/partials/twitter.html") -}} {{ partial "twitter.html" . }}