Skip to content

Commit

Permalink
Merge pull request academicpages#2611 from TankTechnology/fix-zhihu-url
Browse files Browse the repository at this point in the history
Fix typo in Zhihu URL protocol in `_includes/author-profile.html`
  • Loading branch information
rjzupkoii authored Nov 17, 2024
2 parents e9f9c45 + 2eea7b8 commit 04d9b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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="htps://www.zhihu.com/people/{{ author.zhihu }}"><i class="fab fa-fw fa-zhihu icon-pad-right" aria-hidden="true"></i>Zhihu</a></li>
<li><a href="https://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 04d9b5f

Please sign in to comment.