Can I have a proper nice tiled pagination in Jekyll using Liquid templates?

依然范特西╮ 提交于 2019-12-01 22:47:12

I wrote a Liquid {% include %} that does what you are looking for. Jekyll Paginator Links.

I based it on the logic you used (min/max), but it has a bit more math built in as well. It's customizable with CSS so it should be able to do what you have described. I hope it does what you need it to! If not, submit an issue on GitHub.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!