Skip to content

Commit 0f054bf

Browse files
committed
2 parents 286bf77 + e833c7a commit 0f054bf

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
@@ -25,7 +25,7 @@ <h3 class="author__name">{{ author.name }}</h3>
2525
<ul class="author__urls social-icons">
2626
<!-- Font Awesome icons / Biographic information -->
2727
{% 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>
2929
{% endif %}
3030
{% if author.employer %}
3131
<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>
4545
<li><a href="{{ author.arxiv }}"><i class="ai ai-arxiv ai-fw icon-pad-right"></i>arXiv</a></li>
4646
{% endif %}
4747
{% 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>
4949
{% endif %}
5050
{% if author.semantic %}
5151
<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>
6363
<li><a href="{{ author.researchgate }}"><i class="fab fa-fw fa-researchgate icon-pad-right" aria-hidden="true"></i>ResearchGate</a></li>
6464
{% endif %}
6565
{% 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>
6767
{% endif %}
6868

6969
<!-- Font Awesome icons / Repositories and software development -->

0 commit comments

Comments
 (0)