diff options
Diffstat (limited to 'archetypes/post.md')
-rw-r--r-- | archetypes/post.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md index 43dca9a..304e9f5 100644 --- a/archetypes/post.md +++ b/archetypes/post.md | |||
@@ -1,5 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | 2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" |
3 | date: {{ .Date }} | 3 | date: {{ .Date }} |
4 | image: "" | ||
5 | description: "Thoughts about some topic" | ||
4 | draft: true | 6 | draft: true |
5 | --- | 7 | --- |