From e4a59aaea6947206160dfe34138e5e70fb39d2ca Mon Sep 17 00:00:00 2001 From: Yash Garg Date: Wed, 2 Feb 2022 09:56:31 -0500 Subject: Fixed the Google Scholar link The old URL format didn't include the user parameter that was leading the visitor to create a new profile of their own. --- layouts/partials/social.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index a5da3bd..6079425 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -158,7 +158,7 @@ {{ end }} {{ with .Site.Params.Social.Googlescholar}} - + {{ end }} {{ with .Site.Params.Social.Researchgate}} @@ -168,4 +168,4 @@ {{ end }} {{ with .Site.Params.Social.Thingiverse}} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3