From dbf14f22fbe38ff626d503b8f69f049aee92e5d8 Mon Sep 17 00:00:00 2001 From: Jason Lea-Jones Date: Wed, 29 Jul 2015 21:58:04 -0400 Subject: [PATCH] updates for spacing --- _includes/postExcerpt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/postExcerpt.html b/_includes/postExcerpt.html index 06c49a1..24a8ab4 100644 --- a/_includes/postExcerpt.html +++ b/_includes/postExcerpt.html @@ -6,10 +6,10 @@
{{ include.post.category }}

- {{ include.post.title | truncate: 40 }} + {{ include.post.title | truncate: 35 }}

{{ include.post.date | date: "%b %-d, %Y" }} -

{{ include.post.excerpt | strip_html | strip_newlines | truncate: 63 }}

+

{{ include.post.excerpt | strip_html | strip_newlines | truncate: 65 }}

\ No newline at end of file