Add comma in example config

(also make style more consistent with use of commas in a few places)
This commit is contained in:
Mark Meves 2018-08-17 02:25:54 -04:00 committed by Bjørn Erik Pedersen
parent 1c24f672dc
commit 9b494a58cd

View File

@ -324,7 +324,7 @@ The default configuration is:
```toml
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = [":git" "lastmod", "date","publishDate"]
lastmod = [":git", "lastmod", "date", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
```