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
|
||||
author: pagwin
|
||||
tags: [hello, this is a list]
|
||||
draft: false
|
||||
date: 2024-8-1
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
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"
|
||||
date: 2020-09-30
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
## Prelude
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: "Mineflayer pains"
|
||||
description: "Describing all the pains with mineflayer I've dealt with so far"
|
||||
date: 2021-01-10
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
## Preface
|
||||
|
|
Loading…
Reference in a new issue