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
|
draft: true
|
||||||
author: Alexis Lahouze
|
author: Alexis Lahouze
|
||||||
title: "{{ replace .File.ContentBaseName `-` ` ` | title }}"
|
title: {{ replace .File.ContentBaseName `-` ` ` | title }}
|
||||||
linkTitle: "{{ .File.ContentBaseName }}"
|
linkTitle: {{ .File.ContentBaseName }}
|
||||||
tags: []
|
tags: []
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user