From 77dbbb025499ee602303747d2d9e6afbe3015570 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Mon, 13 Jul 2020 20:09:00 -0400 Subject: [PATCH] Fix favicons not respecting base URL --- layouts/partials/head.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" . }}