Correction de l'archétype blog sur les quotes.

This commit is contained in:
2026-03-19 01:29:29 +01:00
parent c863eba418
commit 733055a6f8
+3 -3
View File
@@ -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: []
---