Skip to content

Commit

Permalink
Merge pull request #213 from luismmontilla/master
Browse files Browse the repository at this point in the history
add impactstory icon
  • Loading branch information
staeiou committed Apr 4, 2019
2 parents 83b7060 + de3cd9e commit 65a22d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -100,6 +100,7 @@ author:
google_plus :
keybase :
instagram :
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
lastfm :
linkedin :
orcid : "http://orcid.org/yourorcidurl"
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Expand Up @@ -112,6 +112,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.orcid %}
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
{% endif %}
{% if author.impactstory %}
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw"></i> Impactstory</a></li>
{% endif %}
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
Expand Down

0 comments on commit 65a22d1

Please sign in to comment.