From 417d4726bfea1f2c4f95b394261efcbfaf10359a Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 1 Oct 2021 23:30:32 +0700 Subject: Revert "snapshots: sort list of images when building page" --- scripts/list-snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/list-snapshots.py') diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index c4c075e..b298a5a 100755 --- a/scripts/list-snapshots.py +++ b/scripts/list-snapshots.py @@ -67,7 +67,7 @@ for name in snapshot_names: snapshots = natural_sort(snapshots, reverse=True) tmpl = jinja2.Template(""" -{% for s in snapshots | sort %} +{% for s in snapshots %}

# {{s.name}}