From 1278352d22cd10fe7cac14c03b547effffeacd7d Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 11 Apr 2024 11:50:24 +0800 Subject: [PATCH] Revert making hello world post a draft --- content/posts/2021-02-05-hello/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2021-02-05-hello/index.md b/content/posts/2021-02-05-hello/index.md index cbda47c..acf6b01 100644 --- a/content/posts/2021-02-05-hello/index.md +++ b/content/posts/2021-02-05-hello/index.md @@ -1,7 +1,7 @@ +++ date = '2021-02-05T01:44:15Z' description = "I'm alive!" -draft = true +draft = false outputs = ['html', 'gemtext'] tags = ['test'] title = 'Hello world'