Skip to content

Commit a738b14

Browse files
committedJun 2, 2020
Enable custom comment for testing
1 parent fa844f9 commit a738b14

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed
 

‎_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ masthead_title : # overrides the website title displayed in the masthe
3030
# breadcrumbs : false # true, false (default)
3131
words_per_minute : 200
3232
comments:
33-
provider : "utterances" # false (default), "disqus", "discourse" , "staticman", "staticman_v2", "utterances", "custom"
33+
provider : "custom" # false (default), "disqus", "discourse" , "staticman", "staticman_v2", "utterances", "custom"
3434
disqus:
3535
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
3636
discourse:
+9-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
22
<script src='//unpkg.com/valine/dist/Valine.min.js'></script>
3-
<body>
4-
<div id="vcomments"></div>
5-
<script>
6-
new Valine({
7-
el: '#vcomments',
8-
appId: 'fBruNownJxl4LxbgbUmhSNbG-gzGzoHsz',
9-
appKey: 'iLHQpvO6X1Quor49czkLLi6m',
10-
visitor: true
11-
})
12-
</script>
13-
</body>
3+
<div id="vcomments"></div>
4+
<script>
5+
new Valine({
6+
el: '#vcomments',
7+
appId: 'fBruNownJxl4LxbgbUmhSNbG-gzGzoHsz',
8+
appKey: 'iLHQpvO6X1Quor49czkLLi6m',
9+
visitor: true
10+
})
11+
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.