From 88d36ab255af41ceeb756b6c97ea407fb92df776 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 2 Nov 2024 20:08:04 -0400 Subject: [PATCH] draft tags added to posts missing draft tag --- posts/hello.yaml | 1 + posts/how.md | 1 + posts/mineflayer_why.md | 1 + 3 files changed, 3 insertions(+) diff --git a/posts/hello.yaml b/posts/hello.yaml index aeefbb0..928ce5a 100644 --- a/posts/hello.yaml +++ b/posts/hello.yaml @@ -1,4 +1,5 @@ title: Hello author: pagwin tags: [hello, this is a list] +draft: false date: 2024-8-1 diff --git a/posts/how.md b/posts/how.md index c3fb450..df50113 100644 --- a/posts/how.md +++ b/posts/how.md @@ -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 diff --git a/posts/mineflayer_why.md b/posts/mineflayer_why.md index a7de6f6..7ad9a70 100644 --- a/posts/mineflayer_why.md +++ b/posts/mineflayer_why.md @@ -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