diff --git a/posts.md b/posts.md
index c68f13d..a60496a 100644
--- a/posts.md
+++ b/posts.md
@@ -1,6 +1,6 @@
---
title: Posts
-description: Blog posts
+description: All blog posts
layout: page
---
@@ -15,7 +15,11 @@ layout: page
{{ post.date | date_to_string }}
- {{ post.content }}
+ {{ post.excerpt }}
+
+
+ More
+
{% endfor %}