From f8ea8e84f3b44fef174f6bdf270c07a2c13d5b8c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 1 Nov 2021 09:56:12 -0700 Subject: [PATCH] Clarify description of front matter url (#1557) Related to: - https://github.com/gohugoio/hugo/pull/7084 - https://github.com/gohugoio/hugo/issues/6448 --- content/en/content-management/front-matter.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index 0353fb1fe..6294d04d2 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -128,8 +128,7 @@ type : the type of the content; this value will be automatically derived from the directory (i.e., the [section][]) if not specified in front matter. url -: the full path to the content from the web root. It makes no assumptions about the path of the content file. It also ignores any language prefixes of -the multilingual feature. +: the full path to the content from the web root. It makes no assumptions about the path of the content file. See [URL Management](/content-management/urls/#set-url-in-front-matter). videos : an array of paths to videos related to the page; used by the `opengraph` [internal template](/templates/internal) to populate `og:video`.