grav-theme-cacti icon indicating copy to clipboard operation
grav-theme-cacti copied to clipboard

Server Error when use theme inheritance

Open akhyarrh opened this issue 7 years ago • 1 comments

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.

akhyarrh avatar Jun 12 '17 01:06 akhyarrh