Update front-matter.md

FIxes https://github.com/gohugoio/hugo/issues/8888
This commit is contained in:
Bjørn Erik Pedersen
2021-08-13 20:54:38 +02:00
committed by GitHub
parent 7cc1da82e7
commit 3ffd00e120
@@ -185,7 +185,7 @@ path
: A [Glob](https://github.com/gobwas/glob) pattern matching the content path below /content. Expects Unix-styled slashes. Note that this is the virtual path, so it starts at the mount root. The matching support double-asterisks so you can match for patterns like `/blog/*/**` to match anything from the third level and down.
kind
: A Glob pattern matching the Page's Kind(s), e.g. "{home,section}".
: The Page's Kind, e.g. "section".
lang
: A Glob pattern matching the Page's language, e.g. "{en,sv}".