Delete Posts “draft”

This commit is contained in:
2026-02-03 14:34:13 +04:00
parent 24d8ab0f29
commit 37526b4885

View File

@@ -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
---
```