Skip to content

Commit a9f51cc

Browse files
authored
Merge pull request academicpages#925 from bp-high/patch-1
Resolve Google Scholar link not displayed
2 parents e18c2ca + 477c42b commit a9f51cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/publications.md

+2-2
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)