diff --git a/_includes/postExcerpt.html b/_includes/postExcerpt.html index 99a7b40..06c49a1 100644 --- a/_includes/postExcerpt.html +++ b/_includes/postExcerpt.html @@ -9,7 +9,7 @@

{{ include.post.title | truncate: 40 }}

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

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

+

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

\ No newline at end of file