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 }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue