diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-26 17:22:38 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-26 17:22:38 -0400 |
commit | 27f1e57bfbadbb3557d7649567e49a1e89927012 (patch) | |
tree | 1bd6e7bbc936ac00098c877489cda54ce3da3927 /_defaults/pages.md | |
parent | 4b174be0ce1412a810996103147f99ecdba11ce2 (diff) | |
download | carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.tar.xz carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.zip |
working on new pricing table and blogging system
Diffstat (limited to '_defaults/pages.md')
-rw-r--r-- | _defaults/pages.md | 7 |
1 files changed, 1 insertions, 6 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 %} |