Skip to content

Commit 96659d5

Browse files
committed
index.html: Sort the list of associated images
1 parent ed3c50d commit 96659d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deepzoom/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1>View</h1>
7575
<h2>Associated images</h2>
7676
{% if associated %}
7777
<ul class="associated-images">
78-
{% for name in associated %}
78+
{% for name in associated|sort %}
7979
<li><a class="load-slide" href="#"
8080
data-url="{{ associated[name] }}">
8181
{{ name }}

0 commit comments

Comments
 (0)