diff options
author | Ben Burwell <ben@benburwell.com> | 2020-06-06 23:59:27 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-06-06 23:59:27 -0400 |
commit | af81bdaf4ba94000a93503b6001a46bbe2062ec4 (patch) | |
tree | c992fd020ed25a8ee9d4be5b3d1cb5909132af81 /posts | |
parent | 0afe3e36494d62446af8dffd4e49ca0942d09c20 (diff) |
Refresh home page layout
Diffstat (limited to 'posts')
-rw-r--r-- | posts/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/posts/index.html b/posts/index.html index fe490d1..c118c63 100644 --- a/posts/index.html +++ b/posts/index.html @@ -8,8 +8,6 @@ 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> <a href="{{post.url}}">{{post.title}}</a> |