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 @@ -25,7 +25,7 @@ <h3 class="author__name">{{ author.name }}</h3>
25
25
< ul class ="author__urls social-icons ">
26
26
<!-- Font Awesome icons / Biographic information -->
27
27
{% if author.location %}
28
- < li class ="author__desktop "> < i class ="fa-solid fa-location-dot icon-pad-right " aria-hidden ="true "> </ i > {{ author.location }}</ li >
28
+ < li class ="author__desktop "> < i class ="fas fa-fw fa-location-dot icon-pad-right " aria-hidden ="true "> </ i > {{ author.location }}</ li >
29
29
{% endif %}
30
30
{% if author.employer %}
31
31
< li class ="author__desktop "> < i class ="fas fa-fw fa-building-columns icon-pad-right " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
@@ -45,7 +45,7 @@ <h3 class="author__name">{{ author.name }}</h3>
45
45
< li > < a href ="{{ author.arxiv }} "> < i class ="ai ai-arxiv ai-fw icon-pad-right "> </ i > arXiv</ a > </ li >
46
46
{% endif %}
47
47
{% if author.googlescholar %}
48
- < li > < a href ="{{ author.googlescholar }} "> < i class ="ai ai-google-scholar icon-pad-right "> </ i > Google Scholar</ a > </ li >
48
+ < li > < a href ="{{ author.googlescholar }} "> < i class ="ai ai-google-scholar ai-fw icon-pad-right "> </ i > Google Scholar</ a > </ li >
49
49
{% endif %}
50
50
{% if author.semantic %}
51
51
< li > < a href ="{{ author.semantic }} "> < i class ="ai ai-semantic-scholar ai-fw icon-pad-right "> </ i > Semantic Scholar</ a > </ li >
@@ -63,7 +63,7 @@ <h3 class="author__name">{{ author.name }}</h3>
63
63
< li > < a href ="{{ author.researchgate }} "> < i class ="fab fa-fw fa-researchgate icon-pad-right " aria-hidden ="true "> </ i > ResearchGate</ a > </ li >
64
64
{% endif %}
65
65
{% if author.scopus %}
66
- < li > < a href ="{{ author.scopus }} "> < i class ="ai ai-scopus icon-pad-right "> </ i > Scopus</ a > </ li >
66
+ < li > < a href ="{{ author.scopus }} "> < i class ="ai ai-scopus ai-fw icon-pad-right "> </ i > Scopus</ a > </ li >
67
67
{% endif %}
68
68
69
69
<!-- Font Awesome icons / Repositories and software development -->
You can’t perform that action at this time.
0 commit comments