File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ <h3 class="author__name">{{ author.name }}</h3>
38
38
{% endif %}
39
39
40
40
<!-- 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 %}
41
44
{% if author.arxiv %}
42
45
< li > < a href ="{{ author.arxiv }} "> < i class ="ai ai-arxiv ai-fw icon-pad-right "> </ i > arXiv</ a > </ li >
43
46
{% endif %}
@@ -62,9 +65,6 @@ <h3 class="author__name">{{ author.name }}</h3>
62
65
{% if author.scopus %}
63
66
< li > < a href ="{{ author.scopus }} "> < i class ="ai ai-scopus icon-pad-right "> </ i > Scopus</ a > </ li >
64
67
{% 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
68
69
69
<!-- Font Awesome icons / Repositories and software development -->
70
70
{% if author.bitbucket %}
You can’t perform that action at this time.
0 commit comments