Skip to content

Commit

Permalink
Merge pull request #219 from theme-nexmoe/dev
Browse files Browse the repository at this point in the history
fix: links page can not display comments
  • Loading branch information
nexmoe authored May 31, 2022
2 parents dc3b411 + 3aedc12 commit 63789d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/py.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</article>
<% if (page.comments){ %>
<div class="nexmoe-post-footer">
<%- theme.comment ? partial('_partial/comment') : '' %>
<%- theme.slotComment %>
</div>
<% } %>
</div>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-nexmoe",
"version": "4.0.0",
"version": "4.0.1",
"description": "🔥 A special hexo theme.",
"keywords": [
"hexo",
Expand Down

0 comments on commit 63789d8

Please sign in to comment.