mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix reST error in docs
This commit is contained in:
parent
5dc6d2914e
commit
bd3bec493e
1 changed files with 1 additions and 1 deletions
|
|
@ -260,6 +260,6 @@ to iterate over ``pages`` instead of ``PAGES``. Just replace::
|
|||
|
||||
{% for pg in PAGES %}
|
||||
|
||||
...with something like::
|
||||
with something like::
|
||||
|
||||
{% for pg in pages %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue