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:
Matt Westcott 2017-10-06 14:06:57 +01:00
parent be73f16e14
commit ef7ef8de13

View file

@ -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