summaryrefslogtreecommitdiff
path: root/_defaults
diff options
context:
space:
mode:
Diffstat (limited to '_defaults')
-rw-r--r--_defaults/pages.md7
-rw-r--r--_defaults/posts.md9
2 files changed, 5 insertions, 11 deletions
diff --git a/_defaults/pages.md b/_defaults/pages.md
index ad063cb..7803a97 100644
--- a/_defaults/pages.md
+++ b/_defaults/pages.md
@@ -1,10 +1,5 @@
---
layout: default.liquid
---
-## Blog!
+## Page!
-{% for post in collections.posts.pages %}
-#### {{post.title}}
-
-[{{ post.title }}]({{ post.permalink }})
-{% endfor %}
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)