Skip to content

Commit a9c5bd0

Browse files
authored
Update author-profile.html
Reordering my addition alphabetically and changing its dependency from FontAweseom to AcademicIcons
1 parent e9dd077 commit a9c5bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/author-profile.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ <h3 class="author__name">{{ author.name }}</h3>
3838
{% endif %}
3939

4040
<!-- Font Awesome and Academicons icons / Academic websites -->
41+
{% if author.academia %}
42+
<li><a href="{{ author.academia }}"><i class="ai ai-academia ai-fw icon-pad-right" aria-hidden="true"></i>Academia</a></li>
43+
{% endif %}
4144
{% if author.arxiv %}
4245
<li><a href="{{ author.arxiv }}"><i class="ai ai-arxiv ai-fw icon-pad-right"></i>arXiv</a></li>
4346
{% endif %}
@@ -62,9 +65,6 @@ <h3 class="author__name">{{ author.name }}</h3>
6265
{% if author.scopus %}
6366
<li><a href="{{ author.scopus }}"><i class="ai ai-scopus icon-pad-right"></i>Scopus</a></li>
6467
{% 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 %}
6868

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

0 commit comments

Comments
 (0)