|
1 | 1 | {% if page.comments %}
|
2 |
| - {% if (theme.duoshuo and theme.duoshuo.shortname) or theme.duoshuo_shortname %} |
| 2 | + {% if (theme.duoshuo and theme.duoshuo.shortname) or theme.duoshuo_shortname %} |
3 | 3 | <div class="comments" id="comments">
|
4 | 4 | <div class="ds-thread" data-thread-key="{{ page.path }}"
|
5 | 5 | data-title="{{ page.title }}" data-url="{{ page.permalink }}">
|
6 | 6 | </div>
|
7 | 7 | </div>
|
8 |
| - {% elseif theme.facebook_sdk.enable and theme.facebook_comments_plugin.enable %} |
| 8 | + {% elseif theme.facebook_sdk.enable and theme.facebook_comments_plugin.enable %} |
9 | 9 | <div class="comments" id="comments">
|
10 | 10 | <div class="fb-comments"
|
11 | 11 | data-href="{{ page.permalink }}"
|
|
14 | 14 | data-colorscheme="{{ theme.facebook_comments_plugin.scheme }}">
|
15 | 15 | </div>
|
16 | 16 | </div>
|
17 |
| - {% elseif theme.vkontakte_api.enable and theme.vkontakte_api.comments %} |
| 17 | + {% elseif theme.vkontakte_api.enable and theme.vkontakte_api.comments %} |
18 | 18 | <div class="comments" id="comments">
|
19 | 19 | <div id="vk_comments"></div>
|
20 | 20 | </div>
|
21 |
| - {% elseif theme.disqus.enable %} |
| 21 | + {% elseif theme.disqus.enable %} |
22 | 22 | <div class="comments" id="comments">
|
23 | 23 | <div id="disqus_thread">
|
24 | 24 | <noscript>
|
|
27 | 27 | </noscript>
|
28 | 28 | </div>
|
29 | 29 | </div>
|
30 |
| - {% elseif theme.hypercomments_id %} |
| 30 | + {% elseif theme.hypercomments_id %} |
31 | 31 | <div class="comments" id="comments">
|
32 | 32 | <div id="hypercomments_widget"></div>
|
33 | 33 | </div>
|
34 |
| - {% elseif theme.youyan_uid %} |
| 34 | + {% elseif theme.youyan_uid %} |
35 | 35 | <div class="comments" id="comments">
|
36 | 36 | <div id="uyan_frame"></div>
|
37 | 37 | </div>
|
38 |
| - {% elseif theme.livere_uid %} |
| 38 | + {% elseif theme.livere_uid %} |
39 | 39 | <div class="comments" id="comments">
|
40 | 40 | <div id="lv-container" data-id="city" data-uid="{{ theme.livere_uid }}"></div>
|
41 | 41 | </div>
|
42 |
| - {% elseif theme.changyan.appid and theme.changyan.appkey %} |
| 42 | + {% elseif theme.changyan.appid and theme.changyan.appkey %} |
43 | 43 | <div class="comments" id="comments">
|
44 | 44 | <div id="SOHUCS"></div>
|
45 | 45 | </div>
|
46 |
| - {% elseif theme.valine.appid and theme.valine.appkey %} |
| 46 | + {% elseif theme.valine.appid and theme.valine.appkey %} |
47 | 47 | <div class="comments" id="comments">
|
48 | 48 | <div id="vcomments"></div>
|
49 | 49 | </div>
|
50 |
| - {% endif %} |
| 50 | + {% endif %} |
51 | 51 | {% endif %}
|
0 commit comments