Correction de l'archétype blog sur les quotes.
This commit is contained in:
+3
-3
@@ -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: []
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user