Fix Page Render on render flag check in theme json
#60
Closed
opened 3 years ago by are0h
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
There is a
render
attribute in the theme.json file that describes a theme that toggles if the system should render all pagestrue
or just the index for one pagesfalse
When the flag is set to
true
, no pages are being rendered because the commands that tell the system to render pages are not present. Ha, needless to say, they should be.This has been fixed in dev. Once it's been verified in the production banch, this will be closed.