aboutsummaryrefslogtreecommitdiff
path: root/archetypes/post.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/post.md')
-rw-r--r--archetypes/post.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
index d62ae73..43dca9a 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -1,4 +1,5 @@
1--- 1---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}" 2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3date: {{ .Date }} 3date: {{ .Date }}
4draft: true
4--- 5---