summaryrefslogtreecommitdiff
path: root/pages
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 /pages
parent4b174be0ce1412a810996103147f99ecdba11ce2 (diff)
downloadcarpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.tar.xz
carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.zip
working on new pricing table and blogging system
Diffstat (limited to 'pages')
-rw-r--r--pages/blog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/blog.md b/pages/blog.md
new file mode 100644
index 0000000..9fa813c
--- /dev/null
+++ b/pages/blog.md
@@ -0,0 +1,13 @@
+---
+title: Blog
+layout: blog.liquid
+permalink: "/{{slug}}"
+---
+
+## Blog!
+
+{% for post in collections.posts.pages %}
+
+#### {{post.title}}
+
+[{{ post.title }}](/{{ post.permalink }}) {% endfor %}