diff --git a/_includes/image b/_includes/image index 63fe593d..da829e48 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/" | absolute_url }}" + "{{ include.image_path | absolute_url }}" {% endif %} alt="{% if include.alt %}{{ include.alt }}{% endif %}"> {% if include.caption %}