Skip to content
\n

Each tag page contains a list of pages that contain that tag:

\n
{{#- _includes/layouts/tagPage.vto -#}}\n\n<section>\n    {{ for page of search.pages(tag, \"date=desc\") }}\n        {{#- page stuff here -#}}\n        <hr class=\"sep\">\n    {{ /for }}\n</section>
\n

Is it possible to give each tag page pagination?

","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

You can use a different generator to paginate the first pages using renderOrder to make sure the render order is correct.

","upvoteCount":2,"url":"https://github.com/lumeland/lume/discussions/648#discussioncomment-10323248"}}}

Generator inside a generated page? #648

Answered by oscarotero
writeblankspace asked this question in Q&A
Discussion options

You must be logged in to vote

You can use a different generator to paginate the first pages using renderOrder to make sure the render order is correct.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@writeblankspace
Comment options

@oscarotero
Comment options

@writeblankspace
Comment options

Answer selected by writeblankspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants