Skip to content

Commit

Permalink
reverse art loop
Browse files Browse the repository at this point in the history
  • Loading branch information
starzonmyarmz committed Nov 25, 2024
1 parent d02fc32 commit 44975bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/art.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /generative-art/
<ul id="gallery">
{% for art in art %}
<li>
<a href="/generative-art/{{ loop.index }}"><img src="/images/art/{{ loop.index }}.webp" loading="lazy" width="400" height="400" alt="{{ art.description }}"></a>
<a href="/generative-art/{{ loop.revindex }}"><img src="/images/art/{{ loop.revindex }}.webp" loading="lazy" width="400" height="400" alt="{{ art.description }}"></a>
</li>
{% endfor %}
</ul>

0 comments on commit 44975bf

Please sign in to comment.