Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Page Collection

Started by Muut Archive 10 years ago · 2 replies · 520 views
10 years ago
YAML
title: Breaking
published: true
content:
    items:
        '@page.children': /blog
    order:
        by: date
        dir: desc
    limit: 10
    pagination: true

I am using Vanilla Bone theme to practice, with default template. The theme skeleton, has Blog folder with items, it has /blog slub as well. What I am doing wrong on this?

10 years ago

Did you try, as written here, with quotes around path and on a single line ?

TXT
    items: '@page.children':'/blog'

Yaml is quite sensitive to carriage return, indentation, etc.

10 years ago

i tried this but it keeps returning to no quotes.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2288 9 years ago
Archive · by Muut Archive, 9 years ago
2 1500 9 years ago
Archive · by Muut Archive, 9 years ago
2 4753 9 years ago
Archive · by Muut Archive, 9 years ago
1 3569 9 years ago
Archive · by Muut Archive, 9 years ago
3 1626 9 years ago