From 88978fe1df936a1b98f4dd25b365f90d0774a284 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 02:13:29 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index d6cbf0c..b14b945 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -12,17 +12,4 @@ {% endfor %} {% endif %} - {% if site.tiles-source == "pages" %} - {% for page in site.pages limit:site.tiles-count %} -
- - - -
-

{{ page.title }}

-

{{ page.description }}

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