diff options
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/index.md b/index.md new file mode 100644 index 0000000..e586d01 --- /dev/null +++ b/index.md @@ -0,0 +1,11 @@ +--- +layout: default.liquid +title: Welcome - Carpenter Tutoring +--- +## Blog! + +{% for post in collections.posts.pages %} +#### {{post.title}} + +[{{ post.title }}]({{ post.permalink }}) +{% endfor %} |