diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-01-28 14:26:03 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-01-28 14:26:03 +0000 |
commit | aa9c5e112777180d4ee9732a2ec6e461b9099623 (patch) | |
tree | 0b47acf064004e0ae7454bc3638f59397b197426 /posts | |
parent | 0ede0dc1b05a43460785bd08dbe580b4642781aa (diff) | |
download | blog-aa9c5e112777180d4ee9732a2ec6e461b9099623.tar.gz blog-aa9c5e112777180d4ee9732a2ec6e461b9099623.tar.bz2 blog-aa9c5e112777180d4ee9732a2ec6e461b9099623.zip |
Implement logic for drafts
Current logic is drafts are published, but do not listed on the feed page.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/hello-world/metadata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/hello-world/metadata.txt b/posts/hello-world/metadata.txt index 3333eb3..e3057c4 100644 --- a/posts/hello-world/metadata.txt +++ b/posts/hello-world/metadata.txt @@ -1,2 +1,3 @@ Title: Hello, World! Date: 2022-12-23 +Status: published |