diff options
-rwxr-xr-x | scripts/list-snapshots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index b298a5a..c4c075e 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 %} +{% for s in snapshots | sort %} <h3 id="{{s.name}}"><a href="#{{s.name}}">#</a> {{s.name}}</h3> <ul> {% for f in s.files %} |