mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Adding date in the front-matter; missed in previous commit
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6bc3ced13e
commit
da5e4f4760
@@ -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 %}}
|
||||
|
||||
|
||||
## <span class="todo TODO_">TODO </span> Headless Page Bundle {#headless-page-bundle}
|
||||
## Headless Page Bundle {#headless-page-bundle}
|
||||
|
||||
**TODO**
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user