NoahDragon
8/12/2016 - 11:41 PM

Work around to disable comments for Hexo yinwang theme. (Replace it with the same file under yinwang/layout/_partial/)

Work around to disable comments for Hexo yinwang theme. (Replace it with the same file under yinwang/layout/_partial/)

<% if (post && index){ %>
<li class="list-group-item title">
    <a target="_blank" href="<%- url_for(post.path)%>"><%= post.title%></a>
</li>
<% } else { %>
<%- post.content %>
<% } %>