Skip to content

Commit

Permalink
Update config and profile
Browse files Browse the repository at this point in the history
  • Loading branch information
keanshi-nlp committed Nov 10, 2024
1 parent 24b03b7 commit a03958f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ author:
pubmed :
googlescholar : # "https://scholar.google.com/citations?user=YOUR_GOOGLE_SCHOLAR_ID"
email : "[email protected]"
researchgate : # e.g., "https://www.researchgate.net/profile/yourprofile"
researchgate : # "https://www.researchgate.net/profile/yourprofile"
uri :
bitbucket :
codepen :
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://foursquare.com/{{ author.foursquare }}"><i class="fab fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare</a></li>
{% endif %}
{% if author.blog %}
<li><a href="{{ author.blog }}"><i class="fab fa-fw fa-foursquare" aria-hidden="true"></i> Blog</a></li>
<li><a href="{{ author.blog }}"><i class="fab fa-fw fa-pencil-square-o" aria-hidden="true"></i> Blog</a></li>
{% endif %}
{% if author.steam %}
<li><a href="https://steamcommunity.com/id/{{ author.steam }}"><i class="fab fa-fw fa-steam-square" aria-hidden="true"></i> Steam</a></li>
Expand Down

0 comments on commit a03958f

Please sign in to comment.