summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/posts/index.html b/posts/index.html
index 08fb912..21a0cf6 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -8,11 +8,13 @@ description: Irregularly updated blogish thing about stuff I’m interested in.
<p>I occasionally write things, and when I do they usually end up here. There's
also an <a href="/feed.xml">RSS feed</a>.</p>
+<hr/>
+
{% for post in site.posts %}
<h2>
- <small>{{post.date | date: "%Y-%m-%d"}}</small>
<a href="{{post.url}}">{{post.title}}</a>
</h2>
-{{post.excerpt}}
-{% endfor %}
-
+<p>
+ <em>Posted <small>{{post.date | date: "%Y-%m-%d"}}</small></em>
+</p>
+{{post.excerpt}} {% endfor %}