From 1afda002521f79e66e3216dc298a2c72201e9a1d Mon Sep 17 00:00:00 2001 From: KAMATAKI Yuya Date: Mon, 30 Oct 2023 10:28:16 +0900 Subject: [PATCH] Modify(post): post-1 is now a draft --- posts/post-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/post-1.md b/posts/post-1.md index 0e806ea..fcf0578 100644 --- a/posts/post-1.md +++ b/posts/post-1.md @@ -2,7 +2,7 @@ title: First Post published_date: 2023-10-08 12:49:56.171857272 +0000 layout: default.liquid -is_draft: false +is_draft: true --- # This is our first Post!