diff options
-rw-r--r-- | archetypes/comics.md | 2 | ||||
-rw-r--r-- | archetypes/default.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/comics.md b/archetypes/comics.md index 212e7de..1195995 100644 --- a/archetypes/comics.md +++ b/archetypes/comics.md @@ -4,7 +4,7 @@ title: "{{ .Name }}: " titleText: "something humorous" comicLink: "/comics/0/impostor.png" alt: Something humorous and/or image description -date: 2021-06-13 +date: {{ now.Format "2021-06-13" }} translationKey: comic-{{ .Name }} categories: [ comics ] --- diff --git a/archetypes/default.md b/archetypes/default.md index dd8a2f3..38bf835 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} +date: {{ now.Format "2021-06-13" }} draft: true lang: en categories: [ blog ] |