diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-04 17:05:43 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-04 17:05:43 -0400 |
commit | a187a89bc60994f9bd58b6c31f6f3f4275bcb195 (patch) | |
tree | ea47686df4e8f49df0cce5d2e2719a9f4a3622b7 /_defaults | |
parent | 5a67f495b72f1bdbfbe5dbb770b9d25cc2f16055 (diff) | |
download | cobalt-site-a187a89bc60994f9bd58b6c31f6f3f4275bcb195.tar.xz cobalt-site-a187a89bc60994f9bd58b6c31f6f3f4275bcb195.zip |
Finished index layout, page layout; split out common includes.
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 |