We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035b75 commit af82bddCopy full SHA for af82bdd
1 file changed
index.html
@@ -12,8 +12,7 @@
12
<!-- Auto collage from assets/img -->
13
<div class="hero-collage" aria-hidden="true">
14
{% 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'" %}
+ {% assign imgs = imgs | where_exp: "f", "f.path contains '.JPG' or f.path contains '.JPEG'" %}
17
{% for img in imgs %}
18
<div class="hero-tile" style="background-image: url('{{ img.path | relative_url }}');"></div>
19
{% endfor %}
0 commit comments