diff options
Diffstat (limited to 'archetypes/post.md')
-rw-r--r-- | archetypes/post.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/post.md b/archetypes/post.md index 7b017b9..d62ae73 100644 --- a/archetypes/post.md +++ b/archetypes/post.md | |||
@@ -1,3 +1,4 @@ | |||
1 | --- | 1 | --- |
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | 2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" |
3 | --- \ No newline at end of file | 3 | date: {{ .Date }} |
4 | --- | ||