You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: