From feb44b343946d64009ca2a73dee30fa5a6898af1 Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Thu, 11 Oct 2018 00:31:56 +0200 Subject: [PATCH] Added support for about.me in social section of the side bar fix #46 --- layouts/partials/sidebar/social.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index b84f647..0b42c57 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -35,6 +35,9 @@ {{ with .Site.Params.social.telegram }} {{ end }} + {{ with .Site.Params.social.aboutme }} +   + {{ end }} {{ with .Site.Params.social.email }} {{ end }}