From 697f49149a484d0b0dc55f2afad38d04aabc5a0a Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 18 Mar 2026 23:11:49 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20l'archetype=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 567d003..398392b 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,6 +1,8 @@ --- -date: "{{ .Date | time.Format "2023-10-15" }}" +date: "{{ .Date | time.Format "2023-10-15T01:01:00+0100" }}" draft: true author: Alexis Lahouze title: "{{ replace .File.ContentBaseName `-` ` ` | title }}" +linkTitle: "{{ .File.ContentBaseName }}" +tags: [] ---