Fix path of generated page (#1011)

This commit is contained in:
Adrian Sieber 2020-04-27 07:35:53 +00:00 committed by GitHub
parent 6b91328e81
commit 79b2338bd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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