mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:16:52 -04:00
Fix metadata list
Seems that there must be an additional newline before the list items in order for hugo to properly render it as a Markdown list.
This commit is contained in:
parent
5ef61d912b
commit
a6716f2ed2
@ -146,6 +146,7 @@ Hugo uses the page title and description for the title and description metadata.
|
||||
The first 6 URLs from the `images` array are used for image metadata.
|
||||
|
||||
Various optional metadata can also be set:
|
||||
|
||||
- Date, published date, and last modified data are used to set the published time metadata if specified.
|
||||
- `audio` and `videos` are URL arrays like `images` for the audio and video metadata tags, respectively.
|
||||
- The first 6 `tags` on the page are used for the tags metadata.
|
||||
|
Loading…
x
Reference in New Issue
Block a user