summaryrefslogtreecommitdiff
path: root/posts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'posts/index.html')
-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>