From 8bc998b0d6b91cb72d8fa9233126b1210d3eab79 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 25 Feb 2021 22:37:01 +0700 Subject: Add ids to snapshot headers to make them linkable. --- scripts/list-snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index 6253596..b3bd98e 100755 --- a/scripts/list-snapshots.py +++ b/scripts/list-snapshots.py @@ -68,7 +68,7 @@ snapshots.sort(reverse=True, key=cmp_to_key(lambda l, r: compare(l["name"], r["n tmpl = jinja2.Template(""" {% for s in snapshots %} -

{{s.name}}

+

{{s.name}}