archetype change syncax to toml

This commit is contained in:
6543 2019-07-01 18:42:06 +02:00
parent 26304bdce6
commit 25e364c628
1 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
+++