Skip to content

migration .0.4.42 to 0.7.0 each pages #8

@rparree

Description

@rparree

My '{{#each pages }}' no longer works. Guessing from the fact collections became first class citizens i tried creating a view collection:

    app.create("blog")
    app.blogs('./src/templates/blog-pages/**');
    return app.toStream("blogs")
        .pipe(app.renderFile('*'))
        .pipe(extname())
        .pipe(app.dest('./build/public/blog'));

I have tried many variations like {{#each blog }} etc. Also my {{#each categories}} is not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions