From 37526b48858e1c36de497754f96fdc1b7ebab9eb Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 14:34:13 +0400 Subject: [PATCH] =?UTF-8?q?Delete=20Posts=20=E2=80=9Cdraft=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/posts/draft.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/content/posts/draft.md diff --git a/src/content/posts/draft.md b/src/content/posts/draft.md deleted file mode 100644 index 114178e..0000000 --- a/src/content/posts/draft.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Draft Example -published: 2021-12-02 -tags: - - Markdown -category: Examples -draft: true ---- -# This Article is a Draft22 - -This article is currently in a draft state and is not published. Therefore, it will not be visible to the general audience. The content is still a work in progress and may require further editing and review. - -When the article is ready for publication, you can update the "draft" field to "false" in the Frontmatter: - -```markdown ---- -title: Draft Example -published: 2024-01-11T04:40:26.381Z -tags: [Markdown] -category: Examples -draft: false ---- -```