File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ author:
71
71
wikipedia : # Username
72
72
xing : # Username
73
73
youtube : # Username
74
- zhihu : # URL
74
+ zhihu : # Username
75
75
76
76
# Publication Category - The following the list of publication categories and their headings
77
77
publication_category :
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ <h3 class="author__name">{{ author.name }}</h3>
151
151
< 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 >
152
152
{% endif %}
153
153
{% 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 >
155
155
{% endif %}
156
156
</ ul >
157
157
</ div >
You can’t perform that action at this time.
0 commit comments