diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 21:54:44 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 21:54:44 -0400 |
commit | e8ab11225a306225d2be16c4464e68a4ad464918 (patch) | |
tree | 9fa3c7071f6f27cb0305b0ce6522a606ded864a3 /_defaults/pages.md | |
parent | 8f3bc0a5a3640be89da2815ca32fa63150f8ec18 (diff) | |
download | carpentertutoring-e8ab11225a306225d2be16c4464e68a4ad464918.tar.xz carpentertutoring-e8ab11225a306225d2be16c4464e68a4ad464918.zip |
basic cobalt layout
Diffstat (limited to '_defaults/pages.md')
-rw-r--r-- | _defaults/pages.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_defaults/pages.md b/_defaults/pages.md new file mode 100644 index 0000000..ad063cb --- /dev/null +++ b/_defaults/pages.md @@ -0,0 +1,10 @@ +--- +layout: default.liquid +--- +## Blog! + +{% for post in collections.posts.pages %} +#### {{post.title}} + +[{{ post.title }}]({{ post.permalink }}) +{% endfor %} |