stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Dynamic PageView FrontMatter not flattened with DataItems #93

Closed allejo closed 5 years ago

allejo commented 5 years ago

Given a Dynamic PageView with the following FM,

---
dataset: projects
permalink: /downloads/archive/%basename/
metadescription: %description
title: %name
---

Calling {{ this.metadescription }} cannot be accessed.