[LAYOUT] Remove empty image on archetype
This commit is contained in:
parent
008f158014
commit
715fb3f414
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ author: "Gregory Trolliet"
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
description: ""
|
description: ""
|
||||||
images: [""]
|
images: []
|
||||||
categories: [""]
|
categories: [""]
|
||||||
tags: ["",""]
|
tags: ["",""]
|
||||||
draft: true
|
draft: true
|
||||||
|
|
Loading…
Reference in a new issue