diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-12-20 23:13:09 -0500 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-12-20 23:13:09 -0500 |
commit | 6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 (patch) | |
tree | c4655d32bc67fddf0dae94660d23e6d3db749367 /posts/index.html | |
parent | 53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (diff) |
Working on some major changes
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 0000000..75fa783 --- /dev/null +++ b/posts/index.html @@ -0,0 +1,11 @@ +--- +layout: master +title: Ben Burwell’s Writing +description: A small collection of writing I’ve done on various topics over the years. +--- + +<section> + {% for post in site.posts %} + <h1><a class="post" href="{{ post.url }}">{{ post.title }}</a></h1> + {% endfor %} +</section> |