File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ gitalk:
85
85
# 输入Google Analytics web tracking code
86
86
google_analytics :
87
87
88
+ utteranc :
89
+ repo : # Your github repo path, also see: https://utteranc.es
88
90
89
91
#
90
92
# !! 以下所有设置都不需要更改 !!
Original file line number Diff line number Diff line change
1
+ {% if site.utteranc %}
2
+ < script src ="https://utteranc.es/client.js "
3
+ repo ="{{ site.utteranc.repo }} "
4
+ issue-term ="{{ site.utteranc.issue_term | default: 'issue-term' }} "
5
+ label ="{{ site.utteranc.label | default: 'utteranc' }} "
6
+ theme ="{{ site.utteranc.theme | default: 'github-light' }} "
7
+ crossorigin ="{{ site.utteranc.crossorigin | default: 'anonymous' }} "
8
+ async >
9
+ </ script >
10
+ {% endif %}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ <h1>{{ page.title }}</h1>
30
30
</ div >
31
31
32
32
{% include disqus.html %}
33
+ {% include utteranc.html %}
33
34
{% include gitalk.html %}
34
35
</ article >
35
36
You can’t perform that action at this time.
0 commit comments