From 532f895c547e11796fefeff7d319c5814e46c923 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 May 2013 14:22:29 -0400 Subject: [PATCH] Increase latest posts to 5 --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}