浏览代码

Inline docs: Fix navigation loop example in Blogging section

Daniel Rudolf 9 年之前
父节点
当前提交
771bdacf71
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      content-sample/index.md

+ 2 - 2
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