aboutsummaryrefslogtreecommitdiffhomepage
path: root/archetypes
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-14 22:40:28 +0900
committernsfisis <nsfisis@gmail.com>2022-05-14 22:40:28 +0900
commite2d0028c1fbfb4cac59e20926e5aa0031e0ed607 (patch)
treebf89da301d96aaf22aac30402156cd1f3fed8299 /archetypes
parentfee09a6d9a16226ea02b2725fff318cc35dd83b7 (diff)
downloadnsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.gz
nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.zst
nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.zip
add changelog field to frontmatter
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 7e1768c..0b33ea5 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -5,5 +5,7 @@ draft: true
tags: ["TODO"]
summary: |
TODO
+changelog:
+ - {{ .Date.Format "2006-01-02" }}: 公開
---