From 5ae3fee3fd43966d8a80ce8512b40e5fcf462968 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 18 Jan 2017 21:29:22 +0000 Subject: [PATCH] split blogs better --- content/pages/homepage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/pages/homepage.html b/content/pages/homepage.html index 40d833e..ff54338 100644 --- a/content/pages/homepage.html +++ b/content/pages/homepage.html @@ -98,14 +98,15 @@

Blog

+
{% for article in categories|category_find("blog")|limit(4) %} -

{{ article.title }}

{{ article.summary|striptags|e }}

+
{% endfor %} View all posts