foundation / foundation/panini

Simplify how site data is passed to pages

Open
#155 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
593
Forks
104
PR merge metrics
No merged PRs in 30d

Description

Every page gets a `{{ pages }}` variable, which is an array containing data on all pages. Each page is an array of the format `[vinylFile, pageBody, pageData]`. This should instead be an object with the format `{ body, data, file }` to make access within templates more straightforward.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.