From ca36b83e7ecc5505a4618c2213058c5aa3eeafb2 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 01:35:27 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_includes/tiles.html b/_includes/tiles.html index 41bb525..3f3d540 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -1,4 +1,5 @@
+ {% if site.tiles-source == "posts" %} {% for post in site.posts limit:site.home-tiles-count %}
@@ -10,4 +11,19 @@
{% endfor %} + {% endif %} + {% if site.tiles-source == "pages" %} + {% for page in site.pages limit:site.home-tiles-count %} + + {% endfor %} + {% endif %} +