Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
James Green committed Oct 3, 2023
1 parent 3f1389e commit 360e9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ author:
employer :
pubmed :
googlescholar : "https://scholar.google.co.uk/citations?user=xA-h4oIAAAAJ&hl=en"
email : "james.green@ibb.cnr.it"
email : "green@chemie.uni-frankfurt.de"
researchgate : "https://www.researchgate.net/profile/James-Green-61"
uri :
bitbucket :
Expand All @@ -96,7 +96,7 @@ author:
flickr :
facebook :
foursquare :
github : "jamesagreen"
github :
google_plus :
keybase :
instagram :
Expand All @@ -116,6 +116,7 @@ author:
xing :
youtube :
wikipedia :
overdia : "http://www.iccom.cnr.it/en/overdia-en/"


# Reading Files
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.impactstory %}
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw"></i> Impactstory</a></li>
{% endif %}
{% if author.overdia %}
<li><a href="{{ author.overdia }}"><i class="fa fa-code"></i> Overdia</a></li>
{% endif %}
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-fw fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
Expand Down

0 comments on commit 360e9ec

Please sign in to comment.