Skip to content

Commit 23d21c2

Browse files
rjzupkoiiaaronWool
authored andcommitted
Closes academicpages#1911 with update to Academicons
1 parent cec50c1 commit 23d21c2

File tree

8 files changed

+2251
-239
lines changed

8 files changed

+2251
-239
lines changed

_includes/author-profile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ <h3 class="author__name">{{ author.name }}</h3>
4848
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw"></i> Impactstory</a></li>
4949
{% endif %}
5050
{% if author.orcid %}
51-
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
51+
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid ai-fw"></i> ORCID</a></li>
5252
{% endif %}
5353
{% if author.pubmed %}
54-
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed-square ai-fw"></i> PubMed</a></li>
54+
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed ai-fw"></i> PubMed</a></li>
5555
{% endif %}
5656
{% if author.researchgate %}
5757
<li><a href="{{ author.researchgate }}"><i class="fab fa-fw fa-researchgate" aria-hidden="true"></i> ResearchGate</a></li>

_sass/_utilities.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ body:hover .visually-hidden button {
248248
color: $mastodon-color;
249249
}
250250

251+
.ai-orcid,
251252
.ai-orcid-square {
252253
color: $orcid-color;
253254
}

0 commit comments

Comments
 (0)