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 %}