Remove unnecessary 'where'

This commit is contained in:
Jesse Pinho 2014-12-25 18:29:50 -06:00
parent 4070143d5b
commit b1a517ccb6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ paginate: 5
The number should be the maximum number of Posts youd like to be displayed per-
page in the generated site.
You may also specify where the destination of the pagination pages:
You may also specify the destination of the pagination pages:
{% highlight yaml %}
paginate_path: "blog/page:num/"