@@ -62,33 +62,6 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
6262
6363 < hr style ="visibility: hidden; ">
6464
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-
9265
9366 < ul class ="pager ">
9467 {% if page.previous.url %}
@@ -110,18 +83,6 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
11083 </ ul >
11184
11285
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-
12586 {% if site.disqus_username %}
12687 <!-- disqus 评论框 start -->
12788 < div class ="comment ">
@@ -193,26 +154,6 @@ <h5>FRIENDS</h5>
193154</ article >
194155
195156
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-
216157{% if site.netease_comment %}
217158<!-- 网易云跟帖JS代码 start -->
218159< script src ="https://img1.cache.netease.com/f2e/tie/yun/sdk/loader.js "> </ script >
0 commit comments