File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ author:
100
100
google_plus :
101
101
keybase :
102
102
instagram :
103
+ impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
103
104
lastfm :
104
105
linkedin :
105
106
orcid : " http://orcid.org/yourorcidurl"
Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ <h3 class="author__name">{{ author.name }}</h3>
112
112
{% if author.orcid %}
113
113
< li > < a href ="{{ author.orcid }} "> < i class ="ai ai-orcid-square ai-fw "> </ i > ORCID</ a > </ li >
114
114
{% endif %}
115
+ {% if author.impactstory %}
116
+ < li > < a href ="{{ author.impactstory }} "> < i class ="ai ai-impactstory ai-fw "> </ i > Impactstory</ a > </ li >
117
+ {% endif %}
115
118
{% if author.wikipedia %}
116
119
< li > < a href ="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }} "> < i class ="fab fa-wikipedia-w " aria-hidden ="true "> </ i > Wikipedia</ a > </ li >
117
120
{% endif %}
You can’t perform that action at this time.
0 commit comments