From 6b1f227642c466436bd91394eeb6b1b7e16fb886 Mon Sep 17 00:00:00 2001 From: Taras Matsyk Date: Thu, 22 Nov 2018 22:37:00 +0200 Subject: [PATCH] Add gravatar support --- layouts/partials/sidebar.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 8c03b9b..104c868 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -12,6 +12,11 @@ Author Image {{ end }} + {{ with .Site.Params.social.email}} +
+ gravatar +
+ {{ end }}

{{ with .Site.Params.description }} {{.}} {{end}}