Skip to content

Commit

Permalink
Closes #1911 with update to Academicons
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Feb 16, 2024
1 parent 5cd3097 commit abb7605
Show file tree
Hide file tree
Showing 8 changed files with 2,251 additions and 239 deletions.
4 changes: 2 additions & 2 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw"></i> Impactstory</a></li>
{% endif %}
{% if author.orcid %}
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid ai-fw"></i> ORCID</a></li>
{% endif %}
{% if author.pubmed %}
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed-square ai-fw"></i> PubMed</a></li>
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed ai-fw"></i> PubMed</a></li>
{% endif %}
{% if author.researchgate %}
<li><a href="{{ author.researchgate }}"><i class="fab fa-fw fa-researchgate" aria-hidden="true"></i> ResearchGate</a></li>
Expand Down
1 change: 1 addition & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ body:hover .visually-hidden button {
color: $mastodon-color;
}

.ai-orcid,
.ai-orcid-square {
color: $orcid-color;
}
Expand Down
Loading

0 comments on commit abb7605

Please sign in to comment.