cryogen-project / cryogen-core

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

Fail if extend-params-fn adds :posts #160

Closed holyjak closed 2 years ago

holyjak commented 2 years ago

because 1) it would break rendering of posts and pages due to the order of the cond clauses in htmlize-content 2) even if we changed the order so that posts is last (which seems to work fine) it would still not work as expected because some pages define :posts themselves, overriding this - e.g. tag pages.

The best solution is thus tell the user not to do this and use another key instead.

Fixes #156