Remove quote around (empty) date in the example

Dates must not be surrounded by quotes.
This commit is contained in:
Adrien "pandark" Pachkoff 2018-03-17 05:14:31 +01:00
parent 19ec0604d8
commit 43bba8cbdb

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