From b54d577a1bb697386a4582721759b1114269db06 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 02:33:38 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index 65b04bc..4fd6113 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,10 +10,10 @@

{{ post.description }}

- {% endfor %} {% endif %} - {% if site.tiles-source == 'pages' %} + {% endfor %} {% for page in site.pages limit:site.tiles-count %} + {% if site.tiles-source == 'pages' %}
@@ -23,6 +23,6 @@

{{ page.description }}

- {% endfor %} {% endif %} + {% endfor %}