Merge pull request #3479 from tuzhucheng/update_doc_pagination_path
This commit is contained in:
commit
29534469c3
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue