lektor / lektor-tags

For each tag on your site, build a list of pages with that tag. This can be used for standard tag-based blog navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination for tags

jcharaoui opened this issue · comments

Is it possible for tag pages to be paginated? I'd like each tag page to list tagged blog posts, but currently it lists all posts without any pagination. When I add {{ render_pagination(this.pagination) }} to the tag page template, I get the following error:

E tag/tor browser/index.html (jinja2.exceptions.UndefinedError: 'lektor_tags.TagPage object' has no attribute 'pagination')