Skip to content

Commit

Permalink
Add Researchgate as contact option
Browse files Browse the repository at this point in the history
  • Loading branch information
dietervansteenwegen committed Jan 17, 2024
1 parent 2c5cbee commit 06b95e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ <h5>{{ i18n "contact_me" }}</h5>
<li><a href={{ printf "https://github.com/%s" $value }} target="_blank" rel="noopener">
<span><i class="fab fa-github"></i></span> <span>{{ $value }}</span>
</a></li>
{{ else if (eq $key "researchgate") }}
<li><a href={{ printf "https://www.researchgate.net/profile/%s" $value }} target="_blank" rel="noopener">
<span><i class="fab fa-researchgate"></i></span> <span>{{ $author.name }}</span>
</a></li>
{{ else if reflect.IsMap $value }}
<li>
{{ if (and (isset $value "url") (isset $value "icon"))}}
Expand Down

0 comments on commit 06b95e6

Please sign in to comment.