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 71ad192 commit 1e56b29Copy full SHA for 1e56b29
_includes/author-profile.html
@@ -62,6 +62,9 @@ <h3 class="author__name">{{ author.name }}</h3>
62
{% if author.scopus %}
63
<li><a href="{{ author.scopus }}"><i class="ai ai-scopus icon-pad-right"></i>Scopus</a></li>
64
{% endif %}
65
+ {% if author.academia %}
66
+ <li><a href="{{ author.academia }}"><i class="fab fa-fw fa-academia icon-pad-right" aria-hidden="true"></i>Academia</a></li>
67
+ {% endif %}
68
69
<!-- Font Awesome icons / Repositories and software development -->
70
{% if author.bitbucket %}
0 commit comments