diff --git a/_includes/tiles.html b/_includes/tiles.html
index b14b945..65b04bc 100644
--- a/_includes/tiles.html
+++ b/_includes/tiles.html
@@ -1,5 +1,5 @@
- {% if site.tiles-source == "posts" %}
+ {% if site.tiles-source == 'posts' %}
{% for post in site.posts limit:site.tiles-count %}
@@ -12,4 +12,17 @@
{% endfor %}
{% endif %}
+ {% if site.tiles-source == 'pages' %}
+ {% for page in site.pages limit:site.tiles-count %}
+
+
+
+
+
+
+ {{ page.description }}
+
+
+ {% endfor %}
+ {% endif %}