diff options
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> |