diff options
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/posts/index.html b/posts/index.html index c118c63..5b4dcf7 100644 --- a/posts/index.html +++ b/posts/index.html @@ -9,11 +9,8 @@ description: Irregularly updated blogish thing about stuff I’m interested in. also an <a href="/feed.xml">RSS feed</a>.</p> {% for post in site.posts %} -<h2> - <a href="{{post.url}}">{{post.title}}</a> -</h2> <p> - <em>Posted <small>{{post.date | date: "%Y-%m-%d"}}</small></em> + <small>{{post.date | date: "%Y-%m-%d"}}</small> + <a href="{{post.url}}">{{post.title}}</a> </p> -{{post.excerpt}} {% endfor %} |