From da5e4f47607480a16ae81447f3ef469d69a6dc70 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 25 Jan 2018 16:46:02 -0500 Subject: [PATCH] Adding date in the front-matter; missed in previous commit --- content/content-management/bundles/page-bundles/index.md | 7 +++++-- .../content-management/bundles/section-bundles/index.md | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/content/content-management/bundles/page-bundles/index.md b/content/content-management/bundles/page-bundles/index.md index 034f7453b..06ab96c66 100644 --- a/content/content-management/bundles/page-bundles/index.md +++ b/content/content-management/bundles/page-bundles/index.md @@ -1,7 +1,8 @@ --- title : "Page Bundles" description : "Organization of individual pages as bundles" -lastmod : 2018-01-25T16:38:34-05:00 +date : 2018-01-25T16:45:00-05:00 +lastmod : 2018-01-25T16:45:54-05:00 linktitle : "Page Bundles" keywords : ["page", "bundles"] categories : ["content management", "bundles"] @@ -55,4 +56,6 @@ as long as it's not inside another **page** bundle. {{% /note %}} -## TODO Headless Page Bundle {#headless-page-bundle} +## Headless Page Bundle {#headless-page-bundle} + +**TODO** diff --git a/content/content-management/bundles/section-bundles/index.md b/content/content-management/bundles/section-bundles/index.md index 89f9cd4a6..3fdf41a16 100644 --- a/content/content-management/bundles/section-bundles/index.md +++ b/content/content-management/bundles/section-bundles/index.md @@ -1,7 +1,8 @@ --- title : "Section Bundles" description : "Organization of sections as bundles" -lastmod : 2018-01-25T16:39:52-05:00 +date : 2018-01-25T16:44:00-05:00 +lastmod : 2018-01-25T16:45:06-05:00 linktitle : "Section Bundles" keywords : ["section", "bundles"] categories : ["content management", "bundles"]