Skip to content

Commit b225a3a

Browse files
authored
Merge pull request #3221 from Gabri110/main
Add INSPIRE-HEP icon
2 parents f746377 + 0bc22f6 commit b225a3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ author:
3535
academia : # URL
3636
arxiv : # URL - Update with the correct link to your profile
3737
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
38+
inspire-hep : # URL
3839
impactstory : # URL
3940
orcid : "http://orcid.org/yourorcidurl"
4041
semantic : # URL

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ <h3 class="author__name">{{ author.name }}</h3>
6565
{% if author.scopus %}
6666
<li><a href="{{ author.scopus }}"><i class="ai ai-scopus ai-fw icon-pad-right"></i>Scopus</a></li>
6767
{% endif %}
68+
{% if author.inspire-hep %}
69+
<li><a href="{{ author.inspire-hep }}"><i class="ai ai-inspire ai-fw icon-pad-right"></i>INSPIRE-HEP</a></li>
70+
{% endif %}
6871

6972
<!-- Font Awesome icons / Repositories and software development -->
7073
{% if author.bitbucket %}

0 commit comments

Comments
 (0)