From a6716f2ed2238de9b9538bbf52091c32ba3bd40a Mon Sep 17 00:00:00 2001 From: Salim B Date: Wed, 24 Apr 2019 17:44:35 +0000 Subject: [PATCH] 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. --- content/en/templates/internal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index fc64dfa51..269c655ed 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -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.