Merge commit 'c2037f0c9a3a35b9db9c404f6b5f94ec8b690a53'

This commit is contained in:
Bjørn Erik Pedersen
2019-03-26 18:41:36 +01:00
45 changed files with 2943 additions and 142 deletions

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