diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 10:56:21 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 10:56:21 +0300 |
| commit | 456cf011b36de91c9936994b1fa45703adcd309b (patch) | |
| tree | 8e60daf998f731ac50d100fa490eaecae1168042 /src/content/post/testing/draft-post.md | |
Initial fork of chrismwilliams/astro-theme-cactus theme
Diffstat (limited to 'src/content/post/testing/draft-post.md')
| -rw-r--r-- | src/content/post/testing/draft-post.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/content/post/testing/draft-post.md b/src/content/post/testing/draft-post.md new file mode 100644 index 0000000..a0edc55 --- /dev/null +++ b/src/content/post/testing/draft-post.md @@ -0,0 +1,9 @@ +--- +title: "A working draft title" +description: "This post is for testing the draft post functionality" +publishDate: "10 March 2024" +tags: ["test"] +draft: true +--- + +If this is working correctly, this post should only be accessible in a dev environment, as well as any tags that are unique to this post. |
