@@ -62,34 +62,6 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
62
62
63
63
< hr style ="visibility: hidden; ">
64
64
65
- {% if site.duoshuo_share && site.duoshuo_username %}
66
- <!-- 多说 Share start -->
67
- < div class ="ds-share "
68
- style ="text-align: right "
69
- data-thread-key ="{{page.id}} "
70
- data-title ="{{page.title}} "
71
- data-url ="{{site.url}}{{site.baseurl}}{{page.url}} "
72
- data-images ="{{ site.url }}{{site.baseurl}}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %} "
73
- data-content ="{{ content | strip_html | truncate:80 }} | {{ site.SEOTitle }} " >
74
- < div class ="ds-share-inline ">
75
- < style >
76
- .ds-share-icons-16 {display : none;}
77
- </ style >
78
- < ul class ="ds-share-icons-16 ">
79
- < li data-toggle ="ds-share-icons-more "> < a class ="ds-more " href ="# "> 分享到:</ a > </ li >
80
- < li > < a class ="ds-wechat flat " href ="javascript:void(0); " data-service ="wechat "> 微信</ a > </ li >
81
- < li > < a class ="ds-weibo flat " href ="javascript:void(0); " data-service ="weibo "> 微博</ a > </ li >
82
- < li > < a class ="ds-douban flat " href ="javascript:void(0); " data-service ="douban "> 豆瓣</ a > </ li >
83
- </ ul >
84
- < div class ="ds-share-icons-more ">
85
- </ div >
86
- </ div >
87
- < hr >
88
- </ div >
89
- <!-- 多说 Share end-->
90
- {% endif %}
91
-
92
-
93
65
< ul class ="pager ">
94
66
{% if page.previous.url %}
95
67
< li class ="previous ">
@@ -110,18 +82,6 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
110
82
</ ul >
111
83
112
84
113
- {% if site.duoshuo_username %}
114
- <!-- 多说评论框 start -->
115
- < div class ="comment ">
116
- < div class ="ds-thread "
117
- data-thread-key ="{{page.id}} "
118
- data-title ="{{page.title}} "
119
- data-url ="{{site.url}}{{site.baseurl}}{{page.url}} " >
120
- </ div >
121
- </ div >
122
- <!-- 多说评论框 end -->
123
- {% endif %}
124
-
125
85
{% if site.disqus_username %}
126
86
<!-- disqus 评论框 start -->
127
87
< div class ="comment ">
@@ -193,26 +153,6 @@ <h5>FRIENDS</h5>
193
153
</ article >
194
154
195
155
196
- {% if site.duoshuo_username %}
197
- <!-- 多说公共JS代码 start (一个网页只需插入一次) -->
198
- < script type ="text/javascript ">
199
- // dynamic User by Hux
200
- var _user = '{{site.duoshuo_username}}' ;
201
-
202
- // duoshuo comment query.
203
- var duoshuoQuery = { short_name : _user } ;
204
- ( function ( ) {
205
- var ds = document . createElement ( 'script' ) ;
206
- ds . type = 'text/javascript' ; ds . async = true ;
207
- ds . src = ( document . location . protocol == 'https:' ? 'https:' : 'http:' ) + '//static.duoshuo.com/embed.js' ;
208
- ds . charset = 'UTF-8' ;
209
- ( document . getElementsByTagName ( 'head' ) [ 0 ]
210
- || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( ds ) ;
211
- } ) ( ) ;
212
- </ script >
213
- <!-- 多说公共JS代码 end -->
214
- {% endif %}
215
-
216
156
{% if site.netease_comment %}
217
157
<!-- 网易云跟帖JS代码 start -->
218
158
< script src ="https://img1.cache.netease.com/f2e/tie/yun/sdk/loader.js "> </ script >
0 commit comments