Browse Source

Remove quote around (empty) date in the example

Dates must not be surrounded by quotes.
index-subcmd
Adrien "pandark" Pachkoff 6 years ago
parent
commit
43bba8cbdb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/documentation/content/page.md

+ 1
- 1
docs/content/documentation/content/page.md 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


Loading…
Cancel
Save