From 771bdacf7141a359ee9bd7a2b7a91d64caa0c141 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 30 Nov 2015 03:24:37 +0100 Subject: [PATCH] Inline docs: Fix navigation loop example in Blogging section --- content-sample/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content-sample/index.md b/content-sample/index.md index 243df96..2796420 100644 --- a/content-sample/index.md +++ b/content-sample/index.md @@ -129,8 +129,8 @@ something like the following: ``` 4. Make sure to exclude the blog articles from your page navigation. You can achieve this by adding `{% if not page starts with "blog/" %}...{% endif %}` - to the navigation loop (`{% for page in pages|reverse %}...{% endfor %}`) - in your themes `index.twig`. + to the navigation loop (`{% for page in pages %}...{% endfor %}`) in your + themes `index.twig`. ## Customization