diff --git a/_includes/collection-banner.html b/_includes/collection-banner.html index b5d1b13..f9ee3cd 100644 --- a/_includes/collection-banner.html +++ b/_includes/collection-banner.html @@ -210,7 +210,7 @@ Always shows starlacoll033 first, then shuffles other items {%- for item in carousel_items -%}
{%- endfor -%} @@ -269,7 +269,7 @@ Always shows starlacoll033 first, then shuffles other items { objectid: "{{ item.objectid }}", title: "{{ item.title | escape }}", - image: "{{ item.image_small | relative_url }}" + image: "{{ item.object_location | relative_url }}" }{% unless forloop.last %},{% endunless %} {%- endfor -%} ];