From a02da4670618f34cd7f6b3b2d592574bd0b806d0 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 15 Oct 2021 17:45:03 -0500 Subject: [PATCH] Use absolute URLs in a couple cases where relative ones were used --- layouts/partials/head.html | 4 ++-- layouts/partials/top.html | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0267df4..0d8c404 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,10 +8,10 @@ {{ end }} {{ with .Site.Params.faviconICO }} - + {{ end }} {{ with .Site.Params.faviconPNG }} - + {{ end }} {{ range .AlternativeOutputFormats -}} diff --git a/layouts/partials/top.html b/layouts/partials/top.html index d6ea4a7..691321c 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -1,15 +1,14 @@

- {{ .Site.Title | markdownify }} + {{ .Site.Title | markdownify }}