draft tags added to posts missing draft tag
This commit is contained in:
parent
be9e446b6f
commit
88d36ab255
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
title: Hello
|
title: Hello
|
||||||
author: pagwin
|
author: pagwin
|
||||||
tags: [hello, this is a list]
|
tags: [hello, this is a list]
|
||||||
|
draft: false
|
||||||
date: 2024-8-1
|
date: 2024-8-1
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: "How this website was made"
|
title: "How this website was made"
|
||||||
description: "It's with hugo and the rest of this is probably gonna be short and boring viewer discretion is advised"
|
description: "It's with hugo and the rest of this is probably gonna be short and boring viewer discretion is advised"
|
||||||
date: 2020-09-30
|
date: 2020-09-30
|
||||||
|
draft: false
|
||||||
tags: []
|
tags: []
|
||||||
---
|
---
|
||||||
## Prelude
|
## Prelude
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: "Mineflayer pains"
|
title: "Mineflayer pains"
|
||||||
description: "Describing all the pains with mineflayer I've dealt with so far"
|
description: "Describing all the pains with mineflayer I've dealt with so far"
|
||||||
date: 2021-01-10
|
date: 2021-01-10
|
||||||
|
draft: false
|
||||||
tags: []
|
tags: []
|
||||||
---
|
---
|
||||||
## Preface
|
## Preface
|
||||||
|
|
Loading…
Reference in a new issue