diff --git a/_includes/postslist.njk b/_includes/postslist.njk index f7792ea..3de1e1f 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -15,7 +15,7 @@ - {% if post.data.synopsis %}

{{ post.data.synopsis | truncate(200) | safe }}

{% else %}{{ post.content | truncate(140) | safe }}{% endif %} + {% if post.data.synopsis %}

{{ post.data.synopsis | truncate(150) | safe }}

{% else %}{{ post.content | truncate(150) | safe }}{% endif %} {% endfor %}