From c4fac6cf7d51baac40ef4c6703c08afa8ba60b1a Mon Sep 17 00:00:00 2001 From: Nitin Pakhide Date: Wed, 23 Oct 2019 14:11:01 +0530 Subject: [PATCH] Fixed defect "Avatar image broken when baseurl set to blank. #20" prefixed site.url to load the image when baseurl is blank. Although is working fine but an extra forward slash exists in the image path. --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 52b8739a30..3d25cc936c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,7 +17,7 @@

{{ page.title }}

{% if author.avatar %} - {{author.name}} + {{author.name}} {% endif %} {{ author.name }} Follow {{ page.date | date: '%b %d, %Y' }} ยท {% include meta-read-time.html %} @@ -110,7 +110,7 @@
Join Newsletter
{% if author.avatar %} - {{author.name}} + {{author.name}} {% endif %}