Skip to content

Commit

Permalink
All posts page should only show excerpt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisglein committed Dec 29, 2023
1 parent 49b4c2f commit 1d6a4e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions posts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Posts
description: Blog posts
description: All blog posts
layout: page
---

Expand All @@ -15,7 +15,11 @@ layout: page

<span class="post-date">{{ post.date | date_to_string }}</span>

{{ post.content }}
{{ post.excerpt }}

<a href="{{ post.url | absolute_url }}">
More
</a>
</div>
{% endfor %}
</div>

0 comments on commit 1d6a4e5

Please sign in to comment.