diff options
| author | Ben Burwell <bburwell1@gmail.com> | 2014-12-27 16:42:05 -0500 | 
|---|---|---|
| committer | Ben Burwell <bburwell1@gmail.com> | 2014-12-27 16:42:05 -0500 | 
| commit | 3b563b3b82f4b4f20e66e1f9aea6dc16a08fc802 (patch) | |
| tree | d2a1ee43c5c7cd74bd0ad98b5ab76899788bcf49 /posts/index.html | |
| parent | a2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (diff) | |
Clean up markup & styles
Diffstat (limited to 'posts/index.html')
| -rw-r--r-- | posts/index.html | 7 | 
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> | 
