From 9e14383afae60cbe3caa546134e031977c007a62 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 11 Jul 2015 13:42:10 +0200 Subject: [PATCH] Remove avatar logo --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 4ee44e7..cc5a2fb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,9 +28,9 @@ {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %} {% endif %} {% if author.avatar contains 'http' %} - {{ author.name }} bio photo + {% else %} - {{ author.name }} bio photo + {% endif %} By {{ author.name }}