From 7121fa106d6b63f66a83de0e9455e6c4fb3d22f9 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 29 Aug 2017 03:02:19 +0800 Subject: [PATCH] Yep --- _layouts/2017/home.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html index af17d894c..e35c5291d 100644 --- a/_layouts/2017/home.html +++ b/_layouts/2017/home.html @@ -37,7 +37,9 @@ type: website {% for page in site.pages %} {% if page.category == category %} - {% include 2017/pages-list-item.html page=page class='article item' %} + {% if page.title %} + {% include 2017/pages-list-item.html page=page class='article item' %} + {% endif %} {% endif %} {% endfor %} {% endfor %}