aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorAnthony Wang2022-07-21 15:29:16 -0500
committerAnthony Wang2022-07-21 15:34:22 -0500
commit694704d0fce74ed1661aae4eef12d9e46851adb3 (patch)
treea88fd3dbe1f75cde1f0869406712d8a174afe3c6 /archetypes
parent910f0960c96dc35544319f884c7d5fdcca8cda89 (diff)
Fix #2: Make a lot of posts drafts
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 00e77bd..ddd1be3 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -2,5 +2,8 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
+description: ""
+type: "post"
+tags: []
---