PacktPublishing / Modernizing-Drupal-10-Theme-Development

Designing Modern Drupal Themes, Published by Packt
MIT License
36 stars 24 forks source link

organisms/header-home.html.twig does not exist #36

Closed otherpoint closed 6 months ago

otherpoint commented 10 months ago

In chapter 5, it says the design system should have a template named header-home.html.twig for the front page header found at project/storybook/stories/03-organisms/header/header-home.html.twig . This does not exist. Only header.html.twig exists.

{{ include('@organisms/header-home.html.twig', { 'blocks': content }) }}

lussoluca commented 6 months ago

I've added this typo here: https://github.com/PacktPublishing/Modernizing-Drupal-10-Theme-Development/blob/main/ERRATA.md#chapter-5