diff options
Diffstat (limited to '_defaults')
-rw-r--r-- | _defaults/posts.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_defaults/posts.md b/_defaults/posts.md index 8ea863d..89dc685 100644 --- a/_defaults/posts.md +++ b/_defaults/posts.md @@ -1,8 +1,10 @@ --- +is_draft: true layout: post.liquid title: New Post -is_draft: true +tags: [] +categories: [] --- # A New Post |