diff --git a/_includes/tiles.html b/_includes/tiles.html
index df79ab1..48a4eaa 100644
--- a/_includes/tiles.html
+++ b/_includes/tiles.html
@@ -1,3 +1,15 @@
-
+ {% if site.tiles-source == "pages" %}
+ {% for page in site.pages limit:site.tiles-count %}
+
+
+
+
+
+
+ {{ page.description }}
+
+
+ {% endfor %}
+ {% endif %}