cryogen-project / cryogen-core

Cryogen's core
Eclipse Public License 1.0
69 stars 62 forks source link

Fix: a page will correctly render its content when set as homepage #136

Closed ir-regular closed 4 years ago

ir-regular commented 4 years ago

Resolves #135

Introduces a new :type key to post/page maps

Slight problem: neither read-page-meta function nor MetaData spec distinguishes between pages and posts. I have not therefore updated the spec with a :type key.

What's the intended direction here - do y'all want a stricter distinction between pages/posts, or are they meant to stay ambiguous?

lacarmen commented 4 years ago

What's the intended direction here - do y'all want a stricter distinction between pages/posts, or are they meant to stay ambiguous?

I think my original intention was to keep it ambiguous, unless problems arrive of course. I don't think it needs to be made stricter, but it might be nice to have the distinction more explicit. :)

Thanks for the fix!