From 4e9ce6df46dd2698ffbc7364ea159bad14ba52f0 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 23 Oct 2021 00:25:06 -0500 Subject: [PATCH] Fix URLs for baseURLs that are on a subpath --- exampleSite/config.toml | 4 ++-- layouts/partials/post-metadata.html | 2 +- layouts/partials/top.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8dad257..ba2abac 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -17,8 +17,8 @@ enableGitInfo = true description = "Example website for bobatheme" # these are for favicons in bobatheme - faviconICO = "/favicon.ico" - faviconPNG = "/favicon.png" + faviconICO = "favicon.ico" + faviconPNG = "favicon.png" # show word count and/or reading time (enabled by default) wordcount = true diff --git a/layouts/partials/post-metadata.html b/layouts/partials/post-metadata.html index fca0ad2..c6d635a 100644 --- a/layouts/partials/post-metadata.html +++ b/layouts/partials/post-metadata.html @@ -47,7 +47,7 @@ {{ with .GitInfo }} {{ partial "icon.html" "git-commit" }} - + {{ .AbbreviatedHash }} diff --git a/layouts/partials/top.html b/layouts/partials/top.html index 691321c..76d4811 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -1,14 +1,14 @@

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