scripts.ejs 290 B

1234567
  1. <% if (theme.comment.disqus) { %>
  2. <%- partial('comment/disqus', { script: true }) %>
  3. <% } else if (theme.comment.duoshuo) { %>
  4. <%- partial('comment/duoshuo', { script: true }) %>
  5. <% } else if (theme.comment.youyan) { %>
  6. <%- partial('comment/youyan', { script: true }) %>
  7. <% } %>