You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
753 B

{%- if page.comments and not is_home() -%}
<div class="comments" id="comments">
{%- if theme.disqus_shortname -%}
<div id="disqus_thread">
<noscript>
Please enable JavaScript to view the
<a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
</div>
{%- elif theme.livere_datauid -%}
<div id="lv-container" data-id="city" data-uid="{{ theme.livere_datauid }}">
<noscript>为正常使用来必力评论功能请激活JavaScript</noscript>
</div>
{%- elif theme.gitalk.enable -%}
<div id="gitalk-container"></div>
{%- elif theme.utterances.enable -%}
<div id="utterances-container"></div>
{%- endif -%}
</div>
{%- endif -%}