diff --git a/_includes/tiles.html b/_includes/tiles.html
index 41bb525..3f3d540 100644
--- a/_includes/tiles.html
+++ b/_includes/tiles.html
@@ -1,4 +1,5 @@
+ {% if site.tiles-source == "posts" %}
{% for post in site.posts limit:site.home-tiles-count %}
@@ -10,4 +11,19 @@
{% endfor %}
+ {% endif %}
+ {% if site.tiles-source == "pages" %}
+ {% for page in site.pages limit:site.home-tiles-count %}
+
+
+
+
+
+
+ {{ page.description }}
+
+
+ {% endfor %}
+ {% endif %}
+