Skip to content

Commit 4a5826c

Browse files
authored
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.
1 parent 25c30de commit 4a5826c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/publications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permalink: /publications/
55
author_profile: true
66
---
77

8-
{% if author.googlescholar %}
9-
You can also find my articles on <u><a href="{{author.googlescholar}}">my Google Scholar profile</a>.</u>
8+
{% if site.author.googlescholar %}
9+
You can also find my articles on <u><a href="{{site.author.googlescholar}}">my Google Scholar profile</a>.</u>
1010
{% endif %}
1111

1212
{% include base_path %}

0 commit comments

Comments
 (0)