summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-03-30 02:46:14 -0400
committerBen Burwell <ben@benburwell.com>2015-03-30 02:46:14 -0400
commit2b59a0f8355ae8b4bf71cf5c2a365de91f5ebe1b (patch)
treebaaeeeccef58a402b328b1abbdd667dca7e6b5f7 /posts
parent475275e0bb1d7e494ff3579595bf0e8dcda8474a (diff)
redesign
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/posts/index.html b/posts/index.html
index 62b7c66..97b6bc7 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -7,6 +7,8 @@ redirect_from: /writing/
<section>
{% for post in site.posts %}
- <h2><a class="post" href="{{ post.url }}">{{ post.title }}</a></h2>
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <p><time>{{ post.date | date: "%A, %-d %B %Y" }}</time></p>
+ {{ post.content }}
{% endfor %}
</section>