archetype change syncax to toml
This commit is contained in:
parent
26304bdce6
commit
25e364c628
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
|
Loading…
Reference in New Issue
Block a user