diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 37c3712..78a80ab 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -42,7 +42,6 @@ disqusShortname = "yourdiscussshortname" [params] since = 2012 author = "Fastbyte01" # Author's name - avatar = "/images/me/avatar.jpeg" # Author's avatar subtitle = "A Hugo theme" # Subtitle cdn_url = "" # Base CDN URL home_mode = "" # post or other @@ -51,10 +50,8 @@ disqusShortname = "yourdiscussshortname" socialShare = true - - - - +[params.gravatar] + email = "" description = "" # site description keywords = "" # site keywords diff --git a/layouts/partials/home_post.html b/layouts/partials/home_post.html index 60cc8ae..594b298 100644 --- a/layouts/partials/home_post.html +++ b/layouts/partials/home_post.html @@ -1,11 +1,10 @@