From 70fbccd4daf7df543e3fe2eac8a146b81d52d9a0 Mon Sep 17 00:00:00 2001 From: ChrisLasar <16475571+ChrisLasar@users.noreply.github.com> Date: Sun, 22 Mar 2020 17:40:36 +0100 Subject: [PATCH] docs: clarify absolute path with additional path argument (#3461) --- website/content/docs/beta-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/beta-features.md b/website/content/docs/beta-features.md index 80f86c7c..3d9c449c 100644 --- a/website/content/docs/beta-features.md +++ b/website/content/docs/beta-features.md @@ -79,9 +79,9 @@ By default the CMS stores folder collection content under the folder specified i For example configuring `folder: posts` for a collection will save the content under `posts/post-title.md`. -You can now specify a `path` template (similar to the `slug` template) to control the content destination. +You can now specify an additional `path` template (similar to the `slug` template) to control the content destination. -This allows saving content in subfolders, e.g. configuring `path: '{{year}}/{{slug}}'` will save the content under `2019/post-title.md`. +This allows saving content in subfolders, e.g. configuring `path: '{{year}}/{{slug}}'` will save the content under `posts/2019/post-title.md`. ## Folder Collections Media and Public Folder