summaryrefslogtreecommitdiff
path: root/posts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'posts/index.html')
-rw-r--r--posts/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/index.html b/posts/index.html
index ddf174d..57bc579 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -6,6 +6,8 @@ description: Irregularly updated blogish thing about stuff I’m interested in.
<h1>Posts</h1>
+<p>I occasionally write things, and when I do they usually end up here.</p>
+
<ul>
{% for post in site.posts %}
<li>{{post.date | date: "%Y-%m-%d"}} <a href="{{post.url}}">{{post.title}}</a></li>