mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Merge commit 'c2037f0c9a3a35b9db9c404f6b5f94ec8b690a53'
This commit is contained in:
@@ -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`)
|
||||
|
Reference in New Issue
Block a user