summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-09-17 23:58:17 -0400
committerBen Burwell <ben@benburwell.com>2018-09-17 23:58:17 -0400
commitd807690224086610fdd1e38b69f35eb7030216f7 (patch)
treebf47e43cb11099626d655cec6879d86f64523745 /posts
parentdd5121ec6a56e503e8541e8bb1a751ab3339b0d6 (diff)
Add dates, clean up home page
Diffstat (limited to 'posts')
-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>