Skip to content

Commit

Permalink
Don't use signs on gallery lists
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 28, 2024
1 parent 380263c commit 623542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/item_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="listing-front">
{%- assign imageurl = nil -%}
{%- assign image_style_class = 'rect-image' -%}
{%- if item.sign -%}
{%- if item.sign and include.gallery != true -%}
{%- assign imageurl = item.sign -%}
{%- assign image_style_class = 'app-sign' -%}
{%- elsif item.logo or item.list_logo -%}
Expand Down

0 comments on commit 623542f

Please sign in to comment.