Skip to content

Commit 1e56b29

Browse files
authored
Update author-profile.html
1 parent 71ad192 commit 1e56b29

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
@@ -62,6 +62,9 @@ <h3 class="author__name">{{ author.name }}</h3>
6262
{% if author.scopus %}
6363
<li><a href="{{ author.scopus }}"><i class="ai ai-scopus icon-pad-right"></i>Scopus</a></li>
6464
{% 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 %}
6568

6669
<!-- Font Awesome icons / Repositories and software development -->
6770
{% if author.bitbucket %}

0 commit comments

Comments
 (0)