diff --git a/_layouts/index.html b/_layouts/index.html index 24b78043..36b4eeb1 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -8,7 +8,18 @@ {% assign latestRelease = site.data.releases[site.current_release_index] %}
{{ post.synopsis | strip_html }}
+ {% else %} +{{ post.content | strip_html | truncatewords: 75 }}
+ {% endif %} +