diff --git a/_layouts/home.html b/_layouts/home.html index 39e56816..794b1faa 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -23,8 +23,8 @@
-

Articles

- {% for post in site.categories.articles limit:5 %} +

Articles

+ {% for post in site.posts limit:5 %}

{{ post.title }}

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