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>
|
2016-02-06 13:39:29 +00:00
|
|
|
<% } %>
|
|
|
|
<% } %>
|