🐛 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,7 +1,7 @@
{{- $pageCfg := dict
"isHome" .IsHome
"isPage" .IsPage
"comments" (.Params.comments | default .Site.Params.comments.enable)
"comments" (.Scratch.Get "isComment")
"permalink" (.Page.Permalink | absURL)
"path" (.Page.Permalink | path.Base)
"title" .Page.Title