Skip to content

Commit

Permalink
Change button to view collection
Browse files Browse the repository at this point in the history
  • Loading branch information
juliastone0729 committed Oct 18, 2023
1 parent c1e7d29 commit a9a729d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/index/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

{%- assign carousel-max = include.max | default: 9 -%}
{%- assign btn-color = include.btn-color | default: "light" -%}
{%- assign btn-text = include.btn-text | default: "View Item" -%}
{%- assign btn-text = include.btn-text | default: "View Collection" -%}
{% if site.data.theme.carousel-child-objects == true %}
{%- assign carousel-items = site.data[site.metadata] | where_exp: 'item','item.objectid' | where_exp: "item","item.image_small != nil or item.image_thumb != nil"-%}
{% else %}
Expand Down

0 comments on commit a9a729d

Please sign in to comment.