From 357bfca431d3853d5de2019c418839e191fa02c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 7 Mar 2019 22:28:17 +0100 Subject: [PATCH] Update files.md Closes https://github.com/gohugoio/hugo/issues/5741 --- content/en/variables/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/files.md b/content/en/variables/files.md index 0a32bc021..7eaaa6440 100644 --- a/content/en/variables/files.md +++ b/content/en/variables/files.md @@ -25,7 +25,7 @@ For information on creating shortcodes and templates that tap into Hugo's file-r The `.File` object contains the following fields: .File.Path -: the original relative path of the page (e.g., `content/posts/foo.en.md`) +: the original relative path of the page, relative to the content dir (e.g., `posts/foo.en.md`) .File.LogicalName : the name of the content file that represents a page (e.g., `foo.en.md`)