From 5f0d08f18904787f470da20ac48f625ca9b77e34 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 02:28:10 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index b14b945..65b04bc 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -1,5 +1,5 @@
- {% if site.tiles-source == "posts" %} + {% if site.tiles-source == 'posts' %} {% for post in site.posts limit:site.tiles-count %}
@@ -12,4 +12,17 @@
{% endfor %} {% endif %} + {% if site.tiles-source == 'pages' %} + {% for page in site.pages limit:site.tiles-count %} + + {% endfor %} + {% endif %}