Skip to content

Commit

Permalink
Closes #2469 with update to only use username
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Sep 29, 2024
1 parent dc499dc commit b90e6a3
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 @@ -71,7 +71,7 @@ author:
wikipedia : # Username
xing : # Username
youtube : # Username
zhihu : # URL
zhihu : # Username

# Publication Category - The following the list of publication categories and their headings
publication_category:
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://www.youtube.com/@{{ author.youtube }}"><i class="fab fa-fw fa-youtube icon-pad-right" aria-hidden="true"></i>YouTube</a></li>
{% endif %}
{% if author.zhihu %}
<li><a href="{{ author.zhihu }}"><i class="fab fa-fw fa-zhihu icon-pad-right" aria-hidden="true"></i>Zhihu</a></li>
<li><a href="htps://www.zhihu.com/people/{{ author.zhihu }}"><i class="fab fa-fw fa-zhihu icon-pad-right" aria-hidden="true"></i>Zhihu</a></li>
{% endif %}
</ul>
</div>
Expand Down

0 comments on commit b90e6a3

Please sign in to comment.