Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amostof authored Sep 18, 2024
1 parent d73b273 commit bcbe7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>
<a aria-label="Send email" href="mailto:{{ site.email }}"><i class="icon fa fa-envelope"></i></a>
{% endif %}
{% if site.orcid_username %}
<a aria-label="My ORCID" target="_blank" href="https://orcid.org/{{ site.orcid_username }}"><i class="fa-brands fa-orcid"></i></a>
<a aria-label="My ORCID" target="_blank" href="https://orcid.org/{{ site.orcid_username }}"><i class="fa fa-link" aria-hidden="true"></i></a>
{% endif %}
{% if site.gscholar_username %}
<a aria-label="My Scholar" target="_blank" href="https://scholar.google.com/citations?user={{ site.gscholar_username }}"><i class="icon fa fa-google" aria-hidden="true"></i></a>
Expand Down

0 comments on commit bcbe7f7

Please sign in to comment.