Merge pull request #3479 from tuzhucheng/update_doc_pagination_path

This commit is contained in:
Parker Moore 2015-02-18 11:13:36 -08:00
commit 29534469c3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ page in the generated site.
You may also specify the destination of the pagination pages: You may also specify the destination of the pagination pages:
{% highlight yaml %} {% highlight yaml %}
paginate_path: "blog/page:num/" paginate_path: "/blog/page:num/"
{% endhighlight %} {% endhighlight %}
This will read in `blog/index.html`, send it each pagination page in Liquid as `paginator` This will read in `blog/index.html`, send it each pagination page in Liquid as `paginator`