diff --git a/_layouts/post.html b/_layouts/post.html index bc30ed8..b834346 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -57,7 +57,7 @@

{{ post.title }}

-

{% if post.description %}{{ post.description }}{% else %}{{ content | strip_html | strip_newlines | truncate: 140 }}…{% endif %} Continue reading

+

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}…{% endif %} Continue reading

{% endfor %}