diff options
Diffstat (limited to '_defaults/posts.md')
-rw-r--r-- | _defaults/posts.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/_defaults/posts.md b/_defaults/posts.md index cf88955..0a9825f 100644 --- a/_defaults/posts.md +++ b/_defaults/posts.md @@ -1,10 +1,9 @@ --- -layout: default.liquid +layout: post.liquid +categories: ["blog"] -title: First Post +title: Post title is_draft: true --- -# This is our first Post! - -Welcome to the first post ever on cobalt.rs! +(Post text goes here) |