summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-27 16:42:05 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-27 16:42:05 -0500
commit3b563b3b82f4b4f20e66e1f9aea6dc16a08fc802 (patch)
treed2a1ee43c5c7cd74bd0ad98b5ab76899788bcf49 /posts
parenta2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (diff)
Clean up markup & styles
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html7
1 files changed, 4 insertions, 3 deletions
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/
---
<section>
{% for post in site.posts %}
- <h1><a class="post" href="{{ post.url }}">{{ post.title }}</a></h1>
+ <h2><a class="post" href="{{ post.url }}">{{ post.title }}</a></h2>
{% endfor %}
</section>