Skip to content

Commit de3cd9e

Browse files
added impactstory icon
1 parent 3155684 commit de3cd9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
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)