Update files.md

Closes https://github.com/gohugoio/hugo/issues/5741
This commit is contained in:
Bjørn Erik Pedersen 2019-03-07 22:28:17 +01:00 committed by GitHub
parent d1d2406cc6
commit 357bfca431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`)