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