Skip to content

Commit af82bdd

Browse files
committed
Liquid Fix
1 parent 2035b75 commit af82bdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<!-- Auto collage from assets/img -->
1313
<div class="hero-collage" aria-hidden="true">
1414
{% assign imgs = site.static_files | where_exp: "f", "f.path contains '/assets/img/'" %}
15-
{% assign imgs = imgs | where_exp: "f", "f.path contains '.JPG' or f.path contains '.JPEG' or f.path
16-
contains '.jpg' or f.path contains '.hjpeg'" %}
15+
{% assign imgs = imgs | where_exp: "f", "f.path contains '.JPG' or f.path contains '.JPEG'" %}
1716
{% for img in imgs %}
1817
<div class="hero-tile" style="background-image: url('{{ img.path | relative_url }}');"></div>
1918
{% endfor %}

0 commit comments

Comments
 (0)