diff --git a/_layouts/home.html b/_layouts/home.html index 41e38db5..413e56f3 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -28,7 +28,7 @@

Latest Articles


- {% for post in site.categories.articles limit:3 %} + {% 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 %}