From bb8ea90204e8ffe8d3fb1be0614d88858c1ca463 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 7 Aug 2024 12:25:35 +0200 Subject: [PATCH] Mark blog posts and index as draft:false --- content/_index.md | 2 +- content/blog/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 84ca988..76b2efe 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- title: "" date: 2022-09-03T16:39:16+02:00 -draft: true +draft: false --- {{< image src="/img/scandinavia.png" width="400px" float="right" >}} diff --git a/content/blog/_index.md b/content/blog/_index.md index 3555206..8fb88a1 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -3,7 +3,7 @@ title: 'Blog' date: 2022-09-03T16:40:33+02:00 Tags: [] Categories: [] -draft: true +draft: false menu: main: identifier: "blog"