You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/documentation/content/page.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ an underscore (`_`) or a dash (`-`) will use that date as the page date, unless
22
22
in the front matter. The page name will be anything after `_`/`-`, so the file `2018-10-10-hello-world.md` will
23
23
be available at `[base_url]/hello-world`. Note that the full RFC3339 datetime contains colons, which is not a valid
24
24
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"`.
26
26
27
27
As you can see, creating an `about.md` file is equivalent to creating an
28
28
`about/index.md` file. The only difference between the two methods is that creating
0 commit comments