1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Merge commit 'd2ec1a06df8ab6b17ad05cb008d5701b40327d47'

This commit is contained in:
Bjørn Erik Pedersen
2018-04-21 23:02:48 +02:00
38 changed files with 213 additions and 131 deletions

View File

@@ -346,7 +346,7 @@ The above will try first to extract the value for `.Lastmod` starting with the `
`:filename`
: Fetches the date from the content file's filename. For example, `218-02-22-mypage.md` will extract the date `218-02-22`. Also, if `slug is not set, `mypage` will be used as the value for `.Slug`.
: Fetches the date from the content file's filename. For example, `218-02-22-mypage.md` will extract the date `218-02-22`. Also, if `slug` is not set, `mypage` will be used as the value for `.Slug`.
An example: