Created
August 12, 2016 23:41
-
-
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/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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