foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Simplify how site data is passed to pages #155

Open gakimball opened 6 years ago

gakimball commented 6 years ago

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.