We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fc376 commit eda653fCopy full SHA for eda653f
1 file changed
index.html
@@ -11,8 +11,8 @@
11
<section class="hero-compact">
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 contains '.PNG' or f.path contains '.WEBP'" %}
+ {% assign imgs = site.static_files | where_exp: "f","f.path contains '/assets/img/'" %}
+ {% assign imgs = imgs | where_exp: "f","f.path contains '.JPG' or f.path contains '.JPEG' or f.path contains '.PNG' or f.path contains '.WEBP'" %}
16
{% for img in imgs %}
17
<div class="hero-tile" style="background-image: url('{{ img.path | relative_url }}');"></div>
18
{% endfor %}
0 commit comments