astro-blog
astro-blog copied to clipboard
Section element incorrectly closed with a Div section in blog-theme homepage html file
Watching Video in the Layouts and Slots
section and notice that in the blog-theme/index.html
original, which I used as per video in the Pages Folder & Routing
section to scaffold the Astro home page in src/pages/index.astro
, the Section element is improperly closed with a closing Div element instead of a closing Section element.
Example on commit #f39dc83 blogtheme/index.html (currently latest):
<section class="container mx-auto max-w-screen-xl mt-10 px-8"> <!-- line 85 -->
</div> <!-- line 337 -->
I only noticed this (since everything working anyway) while working on the Layouts section.
Thanks for this great ¨easy¨ but thorough and timely Astro course!!!