PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
255 stars 48 forks source link

Pages without meta block are rendered empty #351

Open Schlaefer opened 2 years ago

Schlaefer commented 2 years ago

A content.md page with

<!--
Title: Welcome
-->

## Welcome

renders fine, while without the meta block

## Welcome

only a blank page is shown. A markdown page should render even without meta block.