🐛 Fixed the comment setting in front matter.

This commit is contained in:
凡梦星尘
2022-10-30 21:04:08 +08:00
parent 7c9b834729
commit f84d590023
5 changed files with 16 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
---
title: "没有H1-6标题头的文章"
description: "用于测试在没有H1-6标题头时文章的目录导航是否会直接关闭。"
title: "没有H1-6标题头和评论的文章"
description: "用于测试在没有H1-6标题头时文章的目录导航是否会直接关闭,并关闭评论功能。"
keywords: "toc,header"
date: 2022-10-06T09:02:26+08:00
lastmod: 2022-10-06T09:02:26+08:00
lastmod: 2022-10-30T21:03:16+08:00
categories:
- 示例
@@ -12,12 +12,14 @@ tags:
- toc
- 标题
comment:
enable: false
url: "post/no-header-title.html"
---
刘慈欣2018克拉克奖获奖感言部分内容节选
> 用于测试在没有H1-6标题头时文章的目录导航是否会直接关闭。
> 用于测试在没有H1-6标题头时文章的目录导航是否会直接关闭,并关闭评论功能
<!--more-->