【发布时间】:2023-03-27 19:00:02
【问题描述】:
至于 jekyll 分页不适用于永久链接,我让我的根索引页面显示 blog posts 类似博客页面,
我的网站有一个博客/问题/新闻/媒体 - 帖子类别
所以在我使用分页之前,我能够在指定的位置显示指定的帖子非常棒
{% for posts in site.categories['blog'] %}
在 /blog.html 中显示 blog posts 仅在 /blog/ 中当然带有永久链接
现在我将 blog.html 的代码移动到 index.html 页面,
和分页工作正常,但显示所有帖子blogmedianews
所以有什么帮助吗?或者我可以使用一些技巧在多页中使用/不使用分页来制作博客文章?
提前致谢。
【问题讨论】:
标签: pagination jekyll permalinks jekyll-paginator