From 91a409e8703ff1aec6c1d9af74396544a4521a14 Mon Sep 17 00:00:00 2001 From: Brian Ressler Date: Mon, 20 Nov 2023 14:23:45 -0600 Subject: [PATCH] Increase truncate some more --- _includes/home/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/home/posts.html b/_includes/home/posts.html index a373fb1..cd7e195 100644 --- a/_includes/home/posts.html +++ b/_includes/home/posts.html @@ -17,7 +17,7 @@

Recent Posts

{{ post.title }}

-

{{ post.content | markdownify | strip_html | truncate:45 }}

+

{{ post.content | markdownify | strip_html | truncate:65 }}

Read More