[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 }}"
|
||||
date: {{ .Date }}
|
||||
title: "{{ replace .Name \"-\" \" \" | title }}"
|
||||
date: "{{ .Date }}"
|
||||
draft: true
|
||||
disable_share: true
|
||||
omit_header_text: true
|
||||
|
|
Loading…
Add table
Reference in a new issue