From 560e4676947a4470f49289f168cf55b85a900285 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 1 Nov 2017 14:53:28 +0100 Subject: [PATCH] Add page.draft to docs --- docs/content/documentation/templates/pages-sections.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index 93da906a..61ac817f 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -20,6 +20,7 @@ description: String?; date: String?; slug: String; path: String; +draft: Bool; // the path, split on '/' components: Array; permalink: String;