Fix missing quotation marks
This commit is contained in:
parent
f46c369a78
commit
5c92ee47d9
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue