From 674fa2ca8694c63a7b57a6f8be76794c289d34c3 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Thu, 25 Aug 2016 23:19:51 +0000 Subject: [PATCH] Update tiles.html --- _includes/tiles.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index 5585cbd..25c3546 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -2,11 +2,11 @@ {% for post in site.posts limit:site.home-tiles-count %}
- +
-

{{ page.title }}

-

{{ page.description }}

+

{{ post.title }}

+

{{ post.description }}

{% endfor %}