From f3d5b2d7257d5321cba92fd69195ed457c35c186 Mon Sep 17 00:00:00 2001 From: jacobkoenig Date: Tue, 4 Feb 2020 16:56:26 +0000 Subject: [PATCH] added google scholar icon to social --- 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 ba6567c..30c0111 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -24,6 +24,9 @@ {{ with .Site.Params.social.linkedin }} {{ end }} + {{ with .Site.Params.social.googlescholar}} + + {{ end }} {{ with .Site.Params.social.stackoverflow }} {{ end }}