[ci skip] Make the frontmatter valid YAML
This commit is contained in:
parent
b39da463f7
commit
6b0f392c33
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name \"-\" \" \" | title }}"
|
||||||
date: {{ .Date }}
|
date: "{{ .Date }}"
|
||||||
draft: true
|
draft: true
|
||||||
disable_share: true
|
disable_share: true
|
||||||
omit_header_text: true
|
omit_header_text: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue