Skip to content

Commit 64630a0

Browse files
ryunixNewbytee
authored andcommitted
Fix typo in page.md (getzola#2192)
1 parent 1d0f55b commit 64630a0

File tree

1 file changed

+1
-1
lines changed
  • docs/content/documentation/content

1 file changed

+1
-1
lines changed

docs/content/documentation/content/page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ an underscore (`_`) or a dash (`-`) will use that date as the page date, unless
2222
in the front matter. The page name will be anything after `_`/`-`, so the file `2018-10-10-hello-world.md` will
2323
be available at `[base_url]/hello-world`. Note that the full RFC3339 datetime contains colons, which is not a valid
2424
character in a filename on Windows.
25-
This behavior can be disabled by setting `slugify.paths_keep_date` to `true` (the default is `false`). Note that a `_` separating the date would be slugified into a `-` with the default value for `slugify.paths` of `"on"`.
25+
This behavior can be disabled by setting `slugify.paths_keep_dates` to `true` (the default is `false`). Note that a `_` separating the date would be slugified into a `-` with the default value for `slugify.paths` of `"on"`.
2626

2727
As you can see, creating an `about.md` file is equivalent to creating an
2828
`about/index.md` file. The only difference between the two methods is that creating

0 commit comments

Comments
 (0)