diff options
author | Mateja <mail@matejamaric.com> | 2021-01-29 13:36:46 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-01-29 13:36:46 +0100 |
commit | b5a0fb94e079399aee32ac69d97349520f2654eb (patch) | |
tree | e7fb51853932945b2c89a8ffa8cdce6b703a09e7 /archetypes | |
parent | b05f6ef6a1bd9ce4f8119ef1033583d54d0f879b (diff) | |
download | blog-b5a0fb94e079399aee32ac69d97349520f2654eb.tar.gz blog-b5a0fb94e079399aee32ac69d97349520f2654eb.zip |
Add additional archetypes.
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..3914273 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,9 @@ --- title: "{{ replace .Name "-" " " | title }}" +description: "" +keywords: "" date: {{ .Date }} +lastmod: {{ .Date }} draft: true --- |