From b1a517ccb65833ff9250b3ae9fa13794c86f9951 Mon Sep 17 00:00:00 2001 From: Jesse Pinho Date: Thu, 25 Dec 2014 18:29:50 -0600 Subject: [PATCH] Remove unnecessary 'where' --- site/_docs/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 3bb7d139..245ba36f 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -32,7 +32,7 @@ paginate: 5 The number should be the maximum number of Posts you’d 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/"