{{ post.title }}
-{{ post.description }}
-diff --git a/_config.yml b/_config.yml
index 1fa88d1..59c0614 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,7 +14,7 @@ country: United States of America
phone: (716) 555-5555
# homepage tiles
-tiles-source: posts # accepts "posts" or "pages"
+tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
# social settings
diff --git a/_includes/tiles.html b/_includes/tiles.html
index 080cc0a..d9a0524 100644
--- a/_includes/tiles.html
+++ b/_includes/tiles.html
@@ -1,28 +1,28 @@
{{ post.description }} {{ page.description }} {{ post.description }} {{ page.description }}{{ post.title }}
- {{ page.title }}
- {{ post.title }}
+ {{ page.title }}
+
{{ post.date }}
{% endif %} -{{ post.content }}
- {% endfor %} + {% for post in site.posts %} + {% if post.title != 404 %} +{{ post.date }}
{% endif %} +{{ post.content }}
+ {% endif %} + {% endfor %}