Change default archetype front matter format to yaml
This commit is contained in:
parent
fca4ff33c9
commit
053dd22d02
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
+++
|
---
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
date = {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft = true
|
draft: true
|
||||||
+++
|
---
|
||||||
|
|
Loading…
Reference in a new issue