From c863eba418484004ada67c862a8548ecce1ac412 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 19 Mar 2026 01:26:07 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20de=20l'arch=C3=A9type=20blog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/blog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archetypes/blog.md b/archetypes/blog.md index 398392b..f14fba1 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,8 +1,10 @@ --- -date: "{{ .Date | time.Format "2023-10-15T01:01:00+0100" }}" +date: "{{ .Date | time.Format "2006-01-02T15:04:05Z07:00" }} draft: true author: Alexis Lahouze title: "{{ replace .File.ContentBaseName `-` ` ` | title }}" linkTitle: "{{ .File.ContentBaseName }}" tags: [] --- + +