fix: draft false by default, was annoying
This commit is contained in:
parent
e4523f90af
commit
508216bfa4
@ -2,7 +2,7 @@
|
|||||||
# Mandatory parts :
|
# Mandatory parts :
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: true
|
draft: false
|
||||||
|
|
||||||
# Optional parts that you still should fill in order to sort your collection
|
# Optional parts that you still should fill in order to sort your collection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user