Use YAML for front matter instead of TOML
This commit is contained in:
parent
d06d883367
commit
31d7432c69
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…
Add table
Add a link
Reference in a new issue