-
|
I created a new folder called Now, no matter what I put after the front-matter in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I have the same issue. Seems like pagination is hardcoded for blog. |
Beta Was this translation helpful? Give feedback.
I took a look, it seems like its an existing problem. The way I would do it is write all the code for each page in the actual blog.md and then choose what code to render based on
pagination.collection. For some reason the content from the first page that has pagination gets rendered but the actual data is updated. Very weird behavior, its an issue withjekyll-paginate-v2.