From 6269d6095963e271eba7d2ced220c9f6db579164 Mon Sep 17 00:00:00 2001 From: tfwyouloveher Date: Fri, 21 Feb 2020 20:39:23 -0700 Subject: [PATCH] Fixed tile descriptions --- _includes/tiles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tiles.html b/_includes/tiles.html index 62892cd..d335c44 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -11,7 +11,7 @@

{{ tile.title }}

-

{{ post.description }}

+

{{ tile.description }}

{% endfor %}