We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3155684 commit de3cd9eCopy full SHA for de3cd9e
_includes/author-profile.html
@@ -112,6 +112,9 @@ <h3 class="author__name">{{ author.name }}</h3>
112
{% if author.orcid %}
113
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
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 %}
118
{% if author.wikipedia %}
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>
120
0 commit comments