Skip to content

Commit 34bd699

Browse files
authored
Fix google scholar link, per Issue academicpages#4
1 parent 71adb2a commit 34bd699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3 class="author__name">{{ author.name }}</h3>
101101
<li><a href="https://vine.co/u/{{ author.vine }}"><i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine</a></li>
102102
{% endif %}
103103
{% if author.googlescholar %}
104-
<li><a href="{{ author.uri }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> Google Scholar</a></li>
104+
<li><a href="{{ author.googlescholar }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> Google Scholar</a></li>
105105
{% endif %}
106106
{% if author.orcid %}
107107
<li><a href="{{ author.orcid }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> ORCID</a></li>

0 commit comments

Comments
 (0)