Valine废了 删掉评论功能

This commit is contained in:
2022-12-27 14:07:10 +08:00
parent 60a02d6878
commit e2a739fd0b
9 changed files with 0 additions and 53 deletions
@@ -7,7 +7,6 @@ window.themeConfig = {
isCategory: <%=is_category()%>, // 是否为分类页面
pageid: <%-page.pageid ? `"${page.pageid}"` : 'undefined'%>, // 页面标识, 用于个性化页面开发
toc_hide_index: <%=theme.toc_hide_index%>, // 目录序号
comment: <%=theme.comment%>, // 文章全文页面是否开启评论
animate: <%=theme.animate%>, // 是否显示文章列表页动画效果
root: '<%=config.root%>', // 资源根路径
baseUrl: '<%=config.url%>',
-4
View File
@@ -91,7 +91,3 @@
<% if (!param.index){ %>
<%- partial('post/nav') %>
<% } %>
<% if (!param.index && post.comments && theme.valine.enable){ %>
<div id="comments"></div>
<% } %>