From 5bc684bfdf24005d7ce0f49136d44d7459df19f2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 26 Sep 2016 12:12:21 -0400 Subject: [PATCH] Don't prepend `author.avatar` paths with `/` when path contains `://` --- _includes/author-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 548d7d7..59d499d 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -8,7 +8,7 @@
{% if author.avatar contains "://" %} - {{ author.name }} + {{ author.name }} {% else %} {{ author.name }} {% endif %} -- 2.43.0