From ef7ef8de13e89d32d0f03dc1e4fa3078da33e70d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 6 Oct 2017 14:06:57 +0100 Subject: [PATCH] Blog posts are ordered most recently published first, not most recently modified Fixes #3909 - thanks to @gkahn for the report. --- docs/getting_started/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/tutorial.rst b/docs/getting_started/tutorial.rst index 2536d97ad..b352e5a99 100644 --- a/docs/getting_started/tutorial.rst +++ b/docs/getting_started/tutorial.rst @@ -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