Dynamic/Static Page Render Toggle
#58
Closed
opened 3 years ago by are0h
·
2 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?
Currently, Fipamo outputs static HTML pages that can be used anywhere. This feature needs to be expanded to include dynamic rendering so that pages will be rendered on the fly without having to do a manual publish when changes are made.
Of course, it will be up to the individual to decide whether they want static pages or the dynamic version.
Almost here. The base theme needs to updated to change when dynnamic rendering is active but it's pretty close.
Base theme updated to adapt to dynamic render status. When rendering from Settings page, system will reply dynamic rendering is active.