From 4d0915e2161ed882a3e7ff1255c1e56dd2e797d3 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 01:51:44 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index 48a4eaa..b14b945 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -1,13 +1,13 @@
- {% if site.tiles-source == "pages" %} - {% for page in site.pages limit:site.tiles-count %} + {% if site.tiles-source == "posts" %} + {% for post in site.posts limit:site.tiles-count %} {% endfor %}