Was following theme inheritance post and after step 3 in Create Your New Theme I’ve got
RuntimeException (400)
Template "@images/grav-logo.svg" is not defined in "partials/logo.html.twig" at line 7.
Previous exceptions
* Template "@images/grav-logo.svg" is not defined in "partials/logo.html.twig" at line 7. (0)
Then noticed, that in Admin theme selection, the selected theme had no name (empty dropdown option was selected). Started digging and added a blueprint.yaml with:
name: myTheme
slug: mytheme
Then in Admin I see theme selected, but still the same error in front-end.
Any advice?
Trying to extend default v1.7.0-rc.20 Quark theme - want to add language picker