Closed jemandy closed 4 years ago
After installing (npm create yo mc-d8-theme) : In directory src/patterns/components/hero : hero.twig begins (after attach_library) with a <div> which is closed with </section> The first <div was presumably intended to be <section.
npm create yo mc-d8-theme
src/patterns/components/hero
attach_library
<div>
</section>
<div
<section
Thank you for submitting this issue, @JEManndy. We have created a PR to make this correction.
This is integrated in https://github.com/mediacurrent/theme_generator_8/commit/c0c10d46a25e1e888cad50e763da0ece21dbbd55
After installing (
npm create yo mc-d8-theme
) : In directorysrc/patterns/components/hero
: hero.twig begins (afterattach_library
) with a<div>
which is closed with</section>
The first<div
was presumably intended to be<section
.