From 05cf686fbdc1e5539e123bb56db31570f6c9789355d1201b33b331acd085d350 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Copy timestamp obfuscation from theme --- archetypes/entry.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 archetypes/entry.md diff --git a/archetypes/entry.md b/archetypes/entry.md new file mode 100644 index 0000000..32d6347 --- /dev/null +++ b/archetypes/entry.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ now.UTC.Format "2006-01-02T00:00:00Z" }} +draft: true +--- + -- cgit v1.2.3