aboutsummaryrefslogtreecommitdiffstats
path: root/archetypes
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-29 21:19:05 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-29 21:19:05 +0800
commit666022b097de6b18b5432b9fb59fd3aa39afe5e8 (patch)
tree0e3e208c0d3337e9b9a3223b5d340a343dfd4a94 /archetypes
parent79e1ec9991d41a86d72a35b71b9f378efa176d0b (diff)
downloadblog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.tar.gz
blog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.zip
feat: Add a switch of comments
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 2f61dae..547bc04 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,10 +1,11 @@
---
-date: '{{ .Date }}'
-draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
+date: '{{ .Date }}'
slug: ''
categories:
-
tags:
-
+draft: true
+comments: true
---