banish template posts to drafts
This commit is contained in:
parent
04470c32ec
commit
6cb4b3e174
4 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
title: This is my first post.
|
||||
description: This is a post on My Blog about agile frameworks.
|
||||
date: 2018-05-01
|
||||
draft: true
|
||||
tags:
|
||||
- another tag
|
||||
---
|
||||
|
|
|
@ -3,6 +3,7 @@ title: This is my fourth post!
|
|||
description: This is a post on My Blog about touchpoints and circling wagons.
|
||||
date: 2018-09-30
|
||||
tags: second tag
|
||||
draft: true
|
||||
---
|
||||
Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: This is my second post with a much longer title.
|
||||
description: This is a post on My Blog about leveraging agile frameworks.
|
||||
date: 2018-07-04
|
||||
draft: true
|
||||
tags:
|
||||
- number 2
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: This is my third post.
|
||||
description: This is a post on My Blog about win-win survival strategies.
|
||||
date: 2018-08-24
|
||||
draft: true
|
||||
tags:
|
||||
- second tag
|
||||
- posts with two tags
|
||||
|
|
Loading…
Reference in a new issue