From 3acfe976299e0e4ba3b0105946e1729ed1fd4a7891c3fef668cbbd6ab38e5919 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Remove timestamp obfuscation privacy feature Timestamp obfuscation is a niche privacy feature which contradicts how users expect Hugo to work. If the user desires such a feature, they can override the theme with their own custom timestamp-obfuscating archetypes. --- archetypes/entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archetypes') diff --git a/archetypes/entry.md b/archetypes/entry.md index 32d6347..e4b95fc 100644 --- a/archetypes/entry.md +++ b/archetypes/entry.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" -date: {{ now.UTC.Format "2006-01-02T00:00:00Z" }} +date: {{ now.Format "2006-01-02T15:04:05-0700" }} draft: true --- -- cgit v1.2.3