From 91e8be85a1dd8e609c39e1969804ae785884d4a1 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Tue, 15 Jan 2019 15:10:28 -0500 Subject: [PATCH] Fixes https://github.com/gohugoio/hugo/issues/5609 --- content/en/content-management/page-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/page-resources.md b/content/en/content-management/page-resources.md index c3c29e452..dcd19e42f 100644 --- a/content/en/content-management/page-resources.md +++ b/content/en/content-management/page-resources.md @@ -23,7 +23,7 @@ Name : Default value is the filename (relative to the owning page). Can be set in front matter. Title -: Default blank. Can be set in front matter. +: Default value is the same as `.Name`. Can be set in front matter. Permalink : The absolute URL to the resource. Resources of type `page` will have no value.