Merge pull request #256 from pandark/date-without-quote
Remove quote around (empty) date in the example
This commit is contained in:
commit
34d381ea1b
|
@ -23,7 +23,7 @@ description = ""
|
||||||
# The date of the post.
|
# The date of the post.
|
||||||
# 2 formats are allowed: YYYY-MM-DD (2012-10-02) and RFC3339 (2002-10-02T15:00:00Z)
|
# 2 formats are allowed: YYYY-MM-DD (2012-10-02) and RFC3339 (2002-10-02T15:00:00Z)
|
||||||
# Do not wrap dates in quotes, the line below only indicates that there is no default date
|
# Do not wrap dates in quotes, the line below only indicates that there is no default date
|
||||||
date = ""
|
date =
|
||||||
|
|
||||||
# A draft page will not be present in prev/next pagination
|
# A draft page will not be present in prev/next pagination
|
||||||
draft = false
|
draft = false
|
||||||
|
|
Loading…
Reference in a new issue