From 3b563b3b82f4b4f20e66e1f9aea6dc16a08fc802 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 27 Dec 2014 16:42:05 -0500 Subject: Clean up markup & styles --- posts/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'posts/index.html') diff --git a/posts/index.html b/posts/index.html index 75fa783..62b7c66 100644 --- a/posts/index.html +++ b/posts/index.html @@ -1,11 +1,12 @@ --- layout: master -title: Ben Burwell’s Writing -description: A small collection of writing I’ve done on various topics over the years. +title: Posts - Ben Burwell +description: Irregularly updated blogish thing about stuff I’m interested in. +redirect_from: /writing/ ---
{% for post in site.posts %} -

{{ post.title }}

+

{{ post.title }}

{% endfor %}
-- cgit v1.2.3