From 637e5d99343cceeae9bd93cb0ea7231be5dcd10e Mon Sep 17 00:00:00 2001 From: Fernando Ribeiro Date: Sat, 5 Nov 2016 21:46:02 +0000 Subject: [PATCH] Replace base_path with `absolute_url` filter --- _includes/image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/image b/_includes/image index fb8d9d23..63fe593d 100644 --- a/_includes/image +++ b/_includes/image @@ -3,7 +3,7 @@ {% if include.image_path contains "://" %} "{{ include.image_path }}" {% else %} - "{{ include.image_path | prepend: "/assets/images/" | prepend: absolute_url }}" + "{{ include.image_path | prepend: "/assets/images/" | absolute_url }}" {% endif %} alt="{% if include.alt %}{{ include.alt }}{% endif %}"> {% if include.caption %}