Convert from TOML to YAML header blocks

This commit is contained in:
Andrew Stryker 2023-11-07 17:16:43 -08:00
parent e95a219804
commit 815bdfc83b
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
date: {{ .Date }}
draft: true
---