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 }}' title: '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }} date: {{ .Date }}
draft = true image: "/images/my-image.png"
+++ ---