Fix the tag page order
This commit is contained in:
parent
59b39b4ab3
commit
108850cd4b
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -912,7 +912,7 @@ def tags(tag):
|
|||
**by_visibility(ap.Visibility.PUBLIC),
|
||||
**not_deleted(),
|
||||
}
|
||||
),
|
||||
).sort("meta.published", -1),
|
||||
)
|
||||
)
|
||||
_log_sig()
|
||||
|
|
Loading…
Reference in a new issue