jekyll long pagination, how to shorten it?

2019-07-19 10:16发布

How can I solve the following problem, for example if I have many pages, my pagination looks like this:

< 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 >

Is it possible to shorten this like normal pagination,

< 1, 2, 3, 4, 5, 6, 7 ... 22, 23, 24, 25, 26 >

I mean, strip the pages, and if we are in the middle, like this:

< 7, 8, 9, 10 ... 22,23, 24, 25, 26 >

标签: jekyll liquid
0条回答
登录 后发表回答