summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
committerBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
commit602807749bd2095915c4068ca6a1639110f79821 (patch)
tree418f88a2fddfaae58d2bff9d98e2943113360bbb /posts
parent1b4e990cc924d0030eaf8ba487206ad24602b0f4 (diff)
Fix layout defaults
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/index.html b/posts/index.html
index 63de283..08fb912 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -3,16 +3,16 @@ title: Posts - Ben Burwell
description: Irregularly updated blogish thing about stuff I’m interested in.
---
-<h1><a href="../">../</a> Blog</h1>
+<h1><a href="/">Ben Burwell</a>'s Blog</h1>
<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>
{% for post in site.posts %}
<h2>
+ <small>{{post.date | date: "%Y-%m-%d"}}</small>
<a href="{{post.url}}">{{post.title}}</a>
</h2>
-<p>Posted on {{post.date | date: "%Y-%m-%d"}}</p>
{{post.excerpt}}
{% endfor %}