summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
committerBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
commitb3967c83cbdba7f44c2ecef09d3e80801106ac81 (patch)
tree1dd61b9840a85ab8d3d4610bbba2f2e3aa4a00c6 /posts
parent6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff)
Update to Tiny CSS
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/posts/index.html b/posts/index.html
index 2158ac9..f8b9b1d 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -8,8 +8,7 @@ redirect_from: /writing/
<section>
{% for post in site.posts %}
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- <p><time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: "%A, %-d %B %Y" }}</time></p>
+ <p class="muted sans">by Ben Burwell <a href="https://twitter.com/bburwell">@bburwell</a> &bull; <time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: "%A, %-d %B %Y" }}</time></p>
{{ post.excerpt }}
- <p><a href="{{ post.url }}">Continue reading <i class="fa fa-chevron-right"></i></a></p>
{% endfor %}
</section>