Skip to content

Commit b90e6a3

Browse files
committed
Closes academicpages#2469 with update to only use username
1 parent dc499dc commit b90e6a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ author:
7171
wikipedia : # Username
7272
xing : # Username
7373
youtube : # Username
74-
zhihu : # URL
74+
zhihu : # Username
7575

7676
# Publication Category - The following the list of publication categories and their headings
7777
publication_category:

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3 class="author__name">{{ author.name }}</h3>
151151
<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>
152152
{% endif %}
153153
{% if author.zhihu %}
154-
<li><a href="{{ author.zhihu }}"><i class="fab fa-fw fa-zhihu icon-pad-right" aria-hidden="true"></i>Zhihu</a></li>
154+
<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>
155155
{% endif %}
156156
</ul>
157157
</div>

0 commit comments

Comments
 (0)