mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
15 lines
362 B
Markdown
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.
|