mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 16:34:46 -04:00
Add comma in example config
(also make style more consistent with use of commas in a few places)
This commit is contained in:
parent
1c24f672dc
commit
9b494a58cd
@ -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"]
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user