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. --- layouts/index.atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/index.atom.xml') diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index 62df481..0d988ee 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -44,7 +44,7 @@ {{ . }}{{ end }} {{ end }} Hugo -- gohugo.io - {{ replace .Site.Copyright "{currentYear}" (now.UTC.Format "2006") }} + {{ replace .Site.Copyright "{currentYear}" (now.Format "2006") }} {{ .Site.Params.Description }}{{ range first .Site.Config.Services.RSS.Limit .Site.RegularPages }} {{ .Permalink }} -- cgit v1.2.3