Skip to content

Commit 7430ee8

Browse files
committed
3-233
1 parent 696b707 commit 7430ee8

File tree

2 files changed

+24
-63
lines changed

2 files changed

+24
-63
lines changed

README.md

-63
This file was deleted.

about.html

+24
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,37 @@
2323

2424
{% if site.disqus_username %}
2525
<!-- disqus 评论框 start -->
26+
<!--
2627
<div class="comment">
2728
<div id="disqus_thread" class="disqus-thread">
2829
2930
</div>
3031
</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+
3153
<!-- disqus 评论框 end -->
3254

3355
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
56+
<!--
3457
<script type="text/javascript">
3558
/* * * CONFIGURATION VARIABLES * * */
3659
var disqus_shortname = "{{site.disqus_username}}";
@@ -43,5 +66,6 @@
4366
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
4467
})();
4568
</script>
69+
-->
4670
<!-- disqus 公共JS代码 end -->
4771
{% endif %}

0 commit comments

Comments
 (0)