diff --git a/_layouts/home.html b/_layouts/home.html index cfe1c6d4..bdced321 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -32,7 +32,7 @@ {% for post in site.categories.articles limit:5 %}

{{ post.title }}

-

{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

+

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %}