diff --git a/archetypes/blog/index.md b/archetypes/blog/index.md index 8a7ac77..24b4f21 100644 --- a/archetypes/blog/index.md +++ b/archetypes/blog/index.md @@ -1,6 +1,6 @@ +++ title = "{{ replace .Name "-" " " | title }}" -date = "{{ .Date }}" +date = "{{ .Date | time.Format "2006-01-02" }}" toc = true draft = true