From bfb63e5d63a85dcddd623ee1f696f9ef044f2cb7 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 02:16:43 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index b14b945..6c37186 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -1,6 +1,6 @@
- {% if site.tiles-source == "posts" %} {% for post in site.posts limit:site.tiles-count %} + {% if site.tiles-source == "posts" %}
@@ -10,6 +10,19 @@

{{ post.description }}

- {% endfor %} {% endif %} + {% endfor %} + {% for page in site.pages limit:site.tiles-count %} + {% if site.tiles-source == "pages" %} + + {% endif %} + {% endfor %}