From 5ec663bd60608243003b122c1f3778697d26f166 Mon Sep 17 00:00:00 2001 From: Anthony Nelzin-Santos Date: Fri, 14 Sep 2018 20:11:34 +0200 Subject: [PATCH] Fix wrong date in frontmatter config example (#602) --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 3f36eb28c..f43c51b9b 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -358,7 +358,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, `2018-02-22-mypage.md` will extract the date `2018-02-22`. Also, if `slug` is not set, `mypage` will be used as the value for `.Slug`. An example: