From 43bba8cbdbf1eb3d60a363f50286d27b67bbbddd Mon Sep 17 00:00:00 2001 From: "Adrien \"pandark\" Pachkoff" Date: Sat, 17 Mar 2018 05:14:31 +0100 Subject: [PATCH] Remove quote around (empty) date in the example Dates must not be surrounded by quotes. --- docs/content/documentation/content/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/page.md b/docs/content/documentation/content/page.md index 14131a66..6b501dc6 100644 --- a/docs/content/documentation/content/page.md +++ b/docs/content/documentation/content/page.md @@ -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