From 79b2338bd3a0cda334e4f642696553a91e02b364 Mon Sep 17 00:00:00 2001 From: Adrian Sieber <36796532+ad-si@users.noreply.github.com> Date: Mon, 27 Apr 2020 07:35:53 +0000 Subject: [PATCH] Fix path of generated page (#1011) --- docs/content/documentation/content/page.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/documentation/content/page.md b/docs/content/documentation/content/page.md index b43790fc..3ffd166e 100644 --- a/docs/content/documentation/content/page.md +++ b/docs/content/documentation/content/page.md @@ -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