From 4a5826ca1d7d4eebee2d82bd93d8402f795eeb48 Mon Sep 17 00:00:00 2001
From: Bhavish Pahwa <53102161+bp-high@users.noreply.github.com>
Date: Mon, 30 May 2022 03:58:46 +0530
Subject: [PATCH] Resolve Google Scholar link not displayed
There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed.
---
_pages/publications.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_pages/publications.md b/_pages/publications.md
index de7be7200181a..d98c4a085a422 100644
--- a/_pages/publications.md
+++ b/_pages/publications.md
@@ -5,8 +5,8 @@ permalink: /publications/
author_profile: true
---
-{% if author.googlescholar %}
- You can also find my articles on my Google Scholar profile.
+{% if site.author.googlescholar %}
+ You can also find my articles on my Google Scholar profile.
{% endif %}
{% include base_path %}