mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-01 05:40:30 +00:00
Blog posts are ordered most recently published first, not most recently modified
Fixes #3909 - thanks to @gkahn for the report.
This commit is contained in:
parent
be73f16e14
commit
ef7ef8de13
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ Change:
|
|||
``{% for post in page.get_children %}`` to ``{% for post in blogpages %}``
|
||||
|
||||
Now try unpublishing one of your posts - it should disappear from the blog index
|
||||
page. The remaining posts should now be sorted with the most recently modified
|
||||
page. The remaining posts should now be sorted with the most recently published
|
||||
posts first.
|
||||
|
||||
Images
|
||||
|
|
|
|||
Loading…
Reference in a new issue