Skip to content

Instantly share code, notes, and snippets.

@NoahDragon
Created August 12, 2016 23:41
Show Gist options
  • Save NoahDragon/8a9366d4bfcd3fb0e2335d9b75b80d9a to your computer and use it in GitHub Desktop.
Save NoahDragon/8a9366d4bfcd3fb0e2335d9b75b80d9a to your computer and use it in GitHub Desktop.
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 %>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment