diff options
author | Ben Burwell <ben@benburwell.com> | 2018-10-09 21:55:25 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-10-09 21:55:25 -0400 |
commit | 602807749bd2095915c4068ca6a1639110f79821 (patch) | |
tree | 418f88a2fddfaae58d2bff9d98e2943113360bbb /posts/index.html | |
parent | 1b4e990cc924d0030eaf8ba487206ad24602b0f4 (diff) |
Fix layout defaults
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 4 |
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 %} |