diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
commit | d5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (patch) | |
tree | 9989d0c958937611595666f0bafb8a1cdfef1bef /posts | |
parent | 6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff) | |
parent | af51b0ef270746181e4d43626074f5b08bcaf9c3 (diff) |
Merge pull request #6 from benburwell/use-primer-css
Use Tiny CSS
Diffstat (limited to 'posts')
-rw-r--r-- | posts/index.html | 3 |
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> • <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> |