From 084e11748fee48b43f73992e749c365f067ed557 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 02:08:23 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index 0bf71dc..c301dec 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -11,7 +11,8 @@ {% endfor %} - {% elseif site.tiles-source == "pages" %} + {% endif %} + {% if site.tiles-source == "pages" %} {% for page in site.pages limit:site.tiles-count %}
@@ -23,6 +24,5 @@
{% endfor %} - {% else %} {% endif %}