Skip to content

Commit

Permalink
author profile修正
Browse files Browse the repository at this point in the history
  • Loading branch information
potato-fusion committed Feb 26, 2021
1 parent 435165c commit 0c0fc5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
{% if author.researchmap %}
<li><a href="{{ author.researchmap }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> researchmap</a></li>
{% endif %}
</ul>
</div>
</div>

0 comments on commit 0c0fc5a

Please sign in to comment.