Skip to content

request: exclude some files from pagination #10

@item4

Description

@item4

If I have these(see below) structure and add sitemap with this guide, my list must include sitemap.xml.

  • content/contents.lr
_model: blog

  • models/blog.ini
[model]
name = Blog
label = Blog
hidden = yes

[children]
model = blog-post
order_by = -pub_date, title
slug_format = {{ this.pub_date|dateformat('YYYY-MM-dd') }}/{{ this.title }}/

[pagination]
enabled = yes
per_page = 1

How can I pop sitemap.xml or some files (like keybase proof) from pagination? (Currently I make simple sitemap build package to avoid this problem)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions