File tree 2 files changed +24
-63
lines changed
2 files changed +24
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
24
24
{% if site.disqus_username %}
25
25
<!-- disqus 评论框 start -->
26
+ <!--
26
27
<div class="comment">
27
28
<div id="disqus_thread" class="disqus-thread">
28
29
29
30
</div>
30
31
</div>
32
+ -->
33
+ < div id ="disqus_thread "> </ div >
34
+ < script >
35
+ /**
36
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
37
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
38
+ /*
39
+ var disqus_config = function () {
40
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
41
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
42
+ };
43
+ */
44
+ ( function ( ) { // DON'T EDIT BELOW THIS LINE
45
+ var d = document , s = d . createElement ( 'script' ) ;
46
+ s . src = 'https://pzhou-me.disqus.com/embed.js' ;
47
+ s . setAttribute ( 'data-timestamp' , + new Date ( ) ) ;
48
+ ( d . head || d . body ) . appendChild ( s ) ;
49
+ } ) ( ) ;
50
+ </ script >
51
+ < noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
52
+
31
53
<!-- disqus 评论框 end -->
32
54
33
55
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
56
+ <!--
34
57
<script type="text/javascript">
35
58
/* * * CONFIGURATION VARIABLES * * */
36
59
var disqus_shortname = "{{site.disqus_username}}";
43
66
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
44
67
})();
45
68
</script>
69
+ -->
46
70
<!-- disqus 公共JS代码 end -->
47
71
{% endif %}
You can’t perform that action at this time.
0 commit comments