diff options
author | Mateja <mail@matejamaric.com> | 2021-03-26 13:50:17 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-26 13:50:17 +0100 |
commit | c2315bccc5f3f25e378d549cd17da93c6b6c8a96 (patch) | |
tree | 5f3654d4850bbb295d3d4199e562385543adc1ba /archetypes | |
parent | 3b0f0e86b8f012ed71bd3f652369b9d5d8a352b0 (diff) | |
parent | 47f5fbe92a7a5cc8f9906927e73527d278d2b542 (diff) | |
download | blog-c2315bccc5f3f25e378d549cd17da93c6b6c8a96.tar.gz blog-c2315bccc5f3f25e378d549cd17da93c6b6c8a96.zip |
Merge branch 'main' of github.com:MatejaMaric/blog into main
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..bed9f4e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,8 @@ --- title: "{{ replace .Name "-" " " | title }}" +description: "" date: {{ .Date }} +lastmod: {{ .Date }} draft: true --- |