Convert from TOML to YAML header blocks
This commit is contained in:
parent
e95a219804
commit
815bdfc83b
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user