diff --git a/_includes/tiles.html b/_includes/tiles.html
index 6c37186..b14b945 100644
--- a/_includes/tiles.html
+++ b/_includes/tiles.html
@@ -1,6 +1,6 @@
- {% for post in site.posts limit:site.tiles-count %}
{% if site.tiles-source == "posts" %}
+ {% for post in site.posts limit:site.tiles-count %}
@@ -10,19 +10,6 @@
{{ post.description }}
- {% endif %}
{% endfor %}
- {% for page in site.pages limit:site.tiles-count %}
- {% if site.tiles-source == "pages" %}
-
-
-
-
-
-
- {{ page.description }}
-
-
{% endif %}
- {% endfor %}