From 1d6a4e52e03381533c4af0ffbf98940928674240 Mon Sep 17 00:00:00 2001 From: Chris <26607885+chrisglein@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:01:39 -0800 Subject: [PATCH] All posts page should only show excerpt --- posts.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 %}