mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-16 15:58:13 +00:00
chore: use consistent front matter format
This commit is contained in:
parent
f6f85bb8ee
commit
04dc31ad37
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||||
+++
|
---
|
Loading…
Reference in a new issue