[ci skip] Make the frontmatter valid YAML

This commit is contained in:
Luca Beltrame 2022-11-21 22:09:18 +01:00
parent b39da463f7
commit 6b0f392c33
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -1,6 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
title: "{{ replace .Name \"-\" \" \" | title }}"
date: "{{ .Date }}"
draft: true
disable_share: true
omit_header_text: true