From c5e593842539ad607c0b69642c944cdee82fb7f9 Mon Sep 17 00:00:00 2001 From: Siddharth Kannan Date: Tue, 1 Jul 2014 13:48:45 +0530 Subject: [PATCH] Display the default image in case the avatar not available Note that whenever content is written by another author, the existence of an avatar for that author is questionable, so adding another if-else block ensures that instead of the alt, the default image is shown --- _layouts/post.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index b855d9e..b858589 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,10 +25,18 @@