bnomei / kirby3-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code, CLI or a cronjob
https://forum.getkirby.com/t/kirby3-janitor-plugin/23573
MIT License
87 stars 7 forks source link

`go()` in templates breaks `janitor:render` #123

Open medienbaecker opened 5 months ago

medienbaecker commented 5 months ago

Using go() in a page template breaks the janitor:render command.

Example:

<?php go($site->homePage()) ?>

The output stops at the page with the redirect and I don't even see the X sec, X images found… output.

bnomei commented 3 months ago

thanks @medienbaecker

valid point but i am not sure what to do about that yet.