Skip to content

Commit 65a22d1

Browse files
authored
Merge pull request academicpages#213 from luismmontilla/master
add impactstory icon
2 parents 83b7060 + de3cd9e commit 65a22d1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ author:
100100
google_plus :
101101
keybase :
102102
instagram :
103+
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
103104
lastfm :
104105
linkedin :
105106
orcid : "http://orcid.org/yourorcidurl"

_includes/author-profile.html

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ <h3 class="author__name">{{ author.name }}</h3>
112112
{% if author.orcid %}
113113
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
114114
{% endif %}
115+
{% if author.impactstory %}
116+
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw"></i> Impactstory</a></li>
117+
{% endif %}
115118
{% if author.wikipedia %}
116119
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
117120
{% endif %}

0 commit comments

Comments
 (0)