diff options
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> |