Skip to content

Commit

Permalink
#1153 add Zhihu
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Feb 17, 2024
1 parent 45ea6b2 commit 81643f0
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 @@ -69,6 +69,7 @@ author:
wikipedia : # Username
xing : # Username
youtube : # Username
zhihu : # URL


# Site Settings
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.youtube %}
<li><a href="https://www.youtube.com/user/{{ author.youtube }}"><i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube</a></li>
{% endif %}
{% if author.zhihu %}
<li><a href="{{ author.zhihu }}"><i class="fab fa-fw fa-zhihu" aria-hidden="true"></i> Zhihu</a></li>
{% endif %}
</ul>
</div>
</div>

0 comments on commit 81643f0

Please sign in to comment.