summaryrefslogtreecommitdiff
path: root/_defaults
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-26 17:22:38 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-26 17:22:38 -0400
commit27f1e57bfbadbb3557d7649567e49a1e89927012 (patch)
tree1bd6e7bbc936ac00098c877489cda54ce3da3927 /_defaults
parent4b174be0ce1412a810996103147f99ecdba11ce2 (diff)
downloadcarpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.tar.xz
carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.zip
working on new pricing table and blogging system
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)