added author to post titles

This commit is contained in:
2010-02-10 15:56:09 +02:00
parent 369bb36997
commit 992f3f0fb4
2 changed files with 9 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ title: jimeh / blog
<p class="date">{{ post.date | date: "<i>%d</i><b>%b</b>" }}</p>
</div>
<h1 class="post-title"><a href="/blog{{ post.url }}">{{ post.title }}</a></h1>
<h1 class="post-title"><a href="/blog{{ post.url }}">{{ post.title }}</a><span class="author">by Jim Myhrberg</span></h1>
<div class="post-content">
{{ post.content }}