Files
portfolio/content/en/blog/draft-post.md
T
2025-11-09 13:56:03 +03:30

15 lines
362 B
Markdown

---
title: "This is a Draft Post"
description: "This post is in draft mode and should not appear in production."
date: "2024-11-10"
tags: ["draft", "test"]
author: "Ali Arghyani"
draft: true
---
# Draft Post
This is a draft post that should only be visible in development mode.
It will be filtered out in production using the `draft: true` frontmatter field.