Starting with grav-skeleton-blog-site I moved the blog from the home page to another page to have it visible only inside a member area. Homepage is similar to the one-page skeleton.
This works, but the previous and next buttons from blog-item.html.twig always point to the blog item itself, not to the siblings. A pageing inside the post is not possible. What did I make wrong, how can I fix this? What is the purpose of the blog_url: /mitglieder
setting in blog.md and in item.md?
My configuration:
ls pages/05.mitglieder/
01.personalverwaltung 02.download blog.de.md glass-2006766_1920.jpg posts
pages/05.mitglieder/blog.de.md:
blog_url: /mitglieder
...
content:
items:
-
'@page.children': /mitglieder/posts
limit: 6
order:
by: date
dir: desc
pagination: true
url_taxonomy_filters: true