I am just starting out with Grav, and so far I love to! Of course, I am hitting a few bumps here and there... such as the following.
I installed the "Quark" theme, and I am putting my overrides in my "dsblog" theme, which I just created.
in my user/themes/dsblog/dsblog.yml I have
streams:
schemes:
theme:
type: ReadOnlyStream
prefixes:
'':
- user/themes/dsblog
- user/themes/quark
Which, as far as I understand, will first look in dsblog for a file, and if not there will look in quark
There is NO
user/themes/dsblog/templates/blog.html.twig
but there is
user/themes/quark/templates/blog.html.twig
So, isn't GRAV supposed to find blog.html.twig under user/themes/quark/templates/?
But when I load the page I get
Template "blog.html.twig" is not defined.
So, clearly, it is not finding it. What am I missing?
Thanks