diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e60ef7e..71e012b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -51,7 +51,8 @@ disqusShortname = "yourdiscussshortname" yandex_verification = "" pinterest_verification = "" baidu_verification = "" - + + avatar = "/images/me/avatar.jpg" #comment it to use gravatar socialShare = true description = "" # site description @@ -60,7 +61,8 @@ disqusShortname = "yourdiscussshortname" license= 'Released under CC BY-NC 4.0' [params.gravatar] - email = "" + #email = "example@gmail.com" #uncomment and insert your email address to use gravatar + [params.social] GitHub = "xxxx" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8a8168e..50942be 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -109,3 +109,4 @@ {{- end }} + diff --git a/layouts/partials/home_post.html b/layouts/partials/home_post.html index 9322725..1a5287d 100644 --- a/layouts/partials/home_post.html +++ b/layouts/partials/home_post.html @@ -1,11 +1,20 @@