如何在page中插入pagination #758
Closed
Maxlife-God
started this conversation in
General
Replies: 1 comment
-
Hexo 的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
是调用pagination()函数吗,直接在模板中加入 {{ pagination() }} 似乎不会生成pagination,我看 archive.njk 中是引入了 _partials/pagination.njk。
如果想要在一个page中实现和archive页面、主页一样的分页效果,模板中该如何实现。还有pagination是通过archive标签的数量来进行分页的吗,或者是计算其他什么标签的数量
Beta Was this translation helpful? Give feedback.
All reactions