diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-10-01 23:30:32 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 23:30:32 +0700 |
commit | 417d4726bfea1f2c4f95b394261efcbfaf10359a (patch) | |
tree | 05790298cefe0f85de95a0339bdb596533cfed44 | |
parent | 8d225a27b9b1fd4ed7c6d8f04b374f2c4f8dc4b2 (diff) | |
download | community.vyos.net-417d4726bfea1f2c4f95b394261efcbfaf10359a.tar.gz community.vyos.net-417d4726bfea1f2c4f95b394261efcbfaf10359a.zip |
Revert "snapshots: sort list of images when building page"
-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 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 %} <h3 id="{{s.name}}"><a href="#{{s.name}}">#</a> {{s.name}}</h3> <ul> {% for f in s.files %} |