diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 72d7e926..97990d99 100755 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -15,7 +15,7 @@ enableEmoji = true [author] name = "Congo" - image = "/img/author.jpg" + image = "img/author.jpg" links = [ { twitter = "https://twitter.com/" }, { facebook = "https://facebook.com/" }, diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 2715e544..befd7805 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -1,7 +1,7 @@ {{ if .Params.showAuthor | default (.Site.Params.article.showAuthor | default true) }}