chore: use consistent front matter format

This commit is contained in:
recanman 2024-11-10 22:40:54 -08:00
parent f6f85bb8ee
commit 04dc31ad37

View file

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