We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ref.: https://getgrav.org/blog/theme-development-with-inheritance
Based on that post I setup inheritance:
streams: schemes: theme: type: ReadOnlyStream prefixes: '': - user/themes/mytheme - user/themes/cacti
pages: theme: mytheme
Run php -S localhost:8000 system/router.php , go to http://localhost:8000/,throw 400 - Template "post-list.html.twig" is not defined.
php -S localhost:8000 system/router.php
http://localhost:8000/
400 - Template "post-list.html.twig" is not defined.
The text was updated successfully, but these errors were encountered:
Also for additional info, previously I install grav multi language skeleton
Sorry, something went wrong.
No branches or pull requests
Ref.: https://getgrav.org/blog/theme-development-with-inheritance
Based on that post I setup inheritance:
Run
php -S localhost:8000 system/router.php
, go tohttp://localhost:8000/
,throw400 - Template "post-list.html.twig" is not defined.
The text was updated successfully, but these errors were encountered: