Skip to content

Commit

Permalink
Add office
Browse files Browse the repository at this point in the history
  • Loading branch information
zikun-li committed Dec 17, 2023
1 parent ed4c583 commit 7b8590a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ author:
avatar : "1.jpg"
bio : "[email protected]"
location : "Pittsburgh, PA, US"
office : "Office: 9002 GHC"
employer :
pubmed :
googlescholar : https://scholar.google.com/citations?user=9KpUX3IAAAAJ
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.location %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.location }}</li>
{% endif %}
{% if author.office %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.office }}</li>
{% endif %}
{% if author.employer %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.employer }}</li>
{% endif %}
Expand Down

0 comments on commit 7b8590a

Please sign in to comment.