From cdd7213a343b1c6dc204f8c3bd7d4a2e7261c9b1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 30 Mar 2018 02:39:38 +0800 Subject: [PATCH] make post description the featured image alt text --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index 8a3d32c..a9e721d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -20,7 +20,7 @@ layout: default {{ post.title | escape }}
- {{ post.title | escape }} + {{ post.description | escape }} {{ post.excerpt }}