From 19f48a14bdd89ac30cdfdfb13b17f12418921a21 Mon Sep 17 00:00:00 2001
From: Adam Carpenter
Date: Sat, 6 Jul 2019 09:38:01 -0400
Subject: Fixed excerpts generation, starting whitespace, updated gopro.
---
_includes/post-card.liquid | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to '_includes')
diff --git a/_includes/post-card.liquid b/_includes/post-card.liquid
index f21ce7f..2f79ead 100644
--- a/_includes/post-card.liquid
+++ b/_includes/post-card.liquid
@@ -11,20 +11,20 @@
{{ post.title }}
- {{ post.content | truncatewords: 50 }}
+ {{ post.excerpt | truncatewords: 50 }}
--
cgit v1.2.3