Fix the tag page order

This commit is contained in:
Thomas Sileo 2019-09-04 23:55:36 +02:00
parent 59b39b4ab3
commit 108850cd4b

2
app.py
View file

@ -912,7 +912,7 @@ def tags(tag):
**by_visibility(ap.Visibility.PUBLIC),
**not_deleted(),
}
),
).sort("meta.published", -1),
)
)
_log_sig()