File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,28 @@ <h5>
119
119
120
120
121
121
{% if site.disqus_username %}
122
+ < div id ="disqus_thread "> </ div >
123
+ < script >
124
+ /**
125
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
126
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
127
+ /*
128
+ var disqus_config = function () {
129
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
130
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
131
+ };
132
+ */
133
+ ( function ( ) { // DON'T EDIT BELOW THIS LINE
134
+ var d = document , s = d . createElement ( 'script' ) ;
135
+ s . src = 'https://pzhou-me.disqus.com/embed.js' ;
136
+ s . setAttribute ( 'data-timestamp' , + new Date ( ) ) ;
137
+ ( d . head || d . body ) . appendChild ( s ) ;
138
+ } ) ( ) ;
139
+ </ script >
140
+ < noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
141
+
122
142
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
143
+ <!--
123
144
<script type="text/javascript">
124
145
/* * * CONFIGURATION VARIABLES * * */
125
146
var disqus_shortname = "{{site.disqus_username}}";
132
153
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
133
154
})();
134
155
</script>
156
+ -->
135
157
<!-- disqus 公共JS代码 end -->
158
+
136
159
{% endif %}
137
160
138
161
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ <h3 class="post-subtitle">
28
28
</ div >
29
29
< hr >
30
30
{% endfor %}
31
+
31
32
<!-- Pager -->
32
33
{% if paginator.total_pages > 1 %}
33
34
< ul class ="pager ">
You can’t perform that action at this time.
0 commit comments