2016-02-06 13:39:29 +00:00
|
|
|
<% if (post.comments) { %>
|
|
|
|
<% if (theme.comment.disqus) { %>
|
2016-04-23 06:13:48 +00:00
|
|
|
<a href="<%- post.permalink %>#comments" class="article-comment-link disqus-comment-count" data-disqus-url="<%= post.permalink %>"><%= __('article.comments') %></a>
|
2016-02-06 13:39:29 +00:00
|
|
|
<% } else if (theme.comment.duoshuo) { %>
|
2016-04-23 06:13:48 +00:00
|
|
|
<a href="<%- post.permalink %>#comments" class="article-comment-link ds-thread-count" data-thread-key="<%= post.permalink %>"><%= __('article.comments') %></a>
|
2016-02-06 13:39:29 +00:00
|
|
|
<% } else if (theme.comment.youyan) { %>
|
2016-04-23 06:13:48 +00:00
|
|
|
<a href="<%- post.permalink %>#comments" class="article-comment-link"><%= __('article.comments') %></a>
|
2017-03-07 14:25:08 +00:00
|
|
|
<% } else if (theme.comment.isso) { %>
|
|
|
|
<a href="<%= post.permalink %>#comments" class="article-comment-link"><%= __('article.comments') %></a>
|
|
|
|
<% } else if (theme.comment.facebook) { %>
|
|
|
|
<a href="<%= post.permalink %>#comments" class="article-comment-link"><span class="fb-comments-count" data-href="<%= post.permalink %>">0</span> <%= __('article.comments') %></a>
|
2017-04-12 15:14:25 +00:00
|
|
|
<% } else if (theme.comment.changyan && theme.comment.changyan.appid && theme.comment.changyan.conf) { %>
|
|
|
|
<a href="<%= post.permalink %>#comments" id="sourceId::<%= post.path %>" class="article-comment-link cy_cmt_count"><%= __('article.comments') %></a>
|
2016-02-06 13:39:29 +00:00
|
|
|
<% } %>
|
|
|
|
<% } %>
|