diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 345ede2..d49f8f6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,11 +4,20 @@ {{ if not .IsHome }}{{ .Title }} · {{ end }}{{ .Site.Title }} - {{ if (fileExists "static/img/favicon.ico") -}} - + {{ if (fileExists "static/apple-touch-icon.png") -}} + {{ end -}} - {{ if (fileExists "static/img/favicon.png") -}} - + {{ 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 -}}