duoshuo.ejs 227 B

123
  1. <% if (theme.duoshuo_shortname){ %>
  2. <div class="comment link" data-id="<%= post.path %>" data-title="<%= post.title %>" data-url="<%= post.permalink %>" data-shortname="<%- theme.duoshuo_shortname%>">查看评论</div>
  3. <% } %>