From 4795958a5f3bf35141c130aad6deed58fb00b967 Mon Sep 17 00:00:00 2001 From: Nexmoe Date: Tue, 31 May 2022 17:56:42 +0800 Subject: [PATCH 1/2] fix: links page can not display comments --- layout/py.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/py.ejs b/layout/py.ejs index a7adf7c23..7dfd7a7ea 100644 --- a/layout/py.ejs +++ b/layout/py.ejs @@ -4,7 +4,7 @@ <% if (page.comments){ %>
- <%- theme.comment ? partial('_partial/comment') : '' %> + <%- theme.slotComment %>
<% } %> From 3aedc127bdbf4d04ddd8d7e428d498657f21f15d Mon Sep 17 00:00:00 2001 From: Nexmoe Date: Tue, 31 May 2022 17:57:07 +0800 Subject: [PATCH 2/2] chore: 4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3217e5b5..41cefcdd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-nexmoe", - "version": "4.0.0", + "version": "4.0.1", "description": "🔥 A special hexo theme.", "keywords": [ "hexo",