diff options
Diffstat (limited to 'archetypes/note.md')
| -rw-r--r-- | archetypes/note.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/note.md b/archetypes/note.md index dbfe4fc..dfcc43a 100644 --- a/archetypes/note.md +++ b/archetypes/note.md @@ -2,7 +2,7 @@ title: "{{ replace .File.ContentBaseName "-" " " | title }}" slug: "{{ .File.ContentBaseName }}" lang: en +created: {{ .Date.Format "2006-01-02" }} updated: {{ .Date.Format "2006-01-02" }} license: CC-BY-SA-4.0 --- - |
