Skip to content

Commit 5922ddb

Browse files
committed
Fix list-posts example
Added missing words in text as well as in example
1 parent 1e18573 commit 5922ddb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ Possible parameter for the loop:
226226
- offset › define the offset (number of entries to skip before displaying the first one)
227227
- category › define **only one** category to display according entries
228228
229-
The loop looks when you use all parameters. Single parameters are possible of course.
229+
The loop looks like this when you use all parameters. Single parameters are possible of course.
230230
231231
~~~
232-
{% raw %} entries='3' offset='1' category='design' %}{% endraw %}
232+
{% raw %}{% include list-posts entries='3' offset='1' category='design' %}{% endraw %}
233233
~~~
234234
235235
### next-previous-post-in-category.html
@@ -323,4 +323,4 @@ I only added one other javascript-module: [`backstretch`][3] by Scott Robbin. Th
323323
[7]: #
324324
[8]: #
325325
[9]: #
326-
[10]: #
326+
[10]: #

0 commit comments

Comments
 (0)