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 }}