Per #127, using single quotes for string literals
This commit is contained in:
parent
7c4c72f310
commit
e36413b274
@ -1,11 +1,11 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
title = '{{ replace .Name "-" " " | title }}'
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
author = '{{ index .Site.Author "name" }}'
|
||||
cover = ""
|
||||
tags = ["", ""]
|
||||
keywords = ["", ""]
|
||||
description = ""
|
||||
cover = ''
|
||||
tags = ['', '']
|
||||
keywords = ['', '']
|
||||
description = ''
|
||||
showFullContent = false
|
||||
+++
|
||||
|
Loading…
x
Reference in New Issue
Block a user