mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
Fix path of generated page (#1011)
This commit is contained in:
parent
6b91328e81
commit
79b2338bd3
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ If the path found starts with a datetime string (`YYYY-mm-dd` or [a RFC3339 date
|
|||
|
||||
The output path extracted from the file path is then slugified or not depending on the `slugify_paths` config, as explained previously.
|
||||
|
||||
**Example:** The file `content/blog/2018-10-10-hello-world.md` will generated a page available at will be available at `[base_url]/hello-world`.
|
||||
**Example:**
|
||||
The file `content/blog/2018-10-10-hello-world.md` will yield a page at `[base_url]/blog/hello-world`.
|
||||
|
||||
## Front matter
|
||||
|
||||
|
|
Loading…
Reference in a new issue