diff --git a/archetypes/blog.md b/archetypes/blog.md index f14fba1..a5d4a77 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,9 +1,9 @@ --- -date: "{{ .Date | time.Format "2006-01-02T15:04:05Z07:00" }} +date: {{ .Date | time.Format "2006-01-02T15:04:05Z07:00" }} draft: true author: Alexis Lahouze -title: "{{ replace .File.ContentBaseName `-` ` ` | title }}" -linkTitle: "{{ .File.ContentBaseName }}" +title: {{ replace .File.ContentBaseName `-` ` ` | title }} +linkTitle: {{ .File.ContentBaseName }} tags: [] ---