Skip to content

Commit 37b6a69

Browse files
authored
fix researchgate to use full url, per example in _config.yml
1 parent 153b3b9 commit 37b6a69

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
@@ -38,7 +38,7 @@ <h3 class="author__name">{{ author.name }}</h3>
3838
<li><a href="https://keybase.io/{{ author.keybase }}"><i class="fas fa-key" aria-hidden="true"></i> Keybase</a></li>
3939
{% endif %}
4040
{% if author.researchgate %}
41-
<li><a href="https://www.researchgate.net/profile/{{ author.researchgate }}"><i class="fab fa-researchgate" aria-hidden="true"></i> ResearchGate</a></li>
41+
<li><a href="{{ author.researchgate }}"><i class="fab fa-researchgate" aria-hidden="true"></i> ResearchGate</a></li>
4242
{% endif %}
4343
{% if author.twitter %}
4444
<li><a href="https://twitter.com/{{ author.twitter }}"><i class="fab fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>

0 commit comments

Comments
 (0)