Merge pull request #256 from pandark/date-without-quote

Remove quote around (empty) date in the example
This commit is contained in:
Vincent Prouillet 2018-03-17 10:27:31 +01:00 committed by GitHub
commit 34d381ea1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ description = ""
# The date of the post.
# 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
date = ""
date =
# A draft page will not be present in prev/next pagination
draft = false