Implementation Plan: Semantic Landmarks (#210)
Task List
Detailed Implementation
Homepage structural updates (index.html)
- Change
<div class="avatar-container"> to <figure class="avatar-container">.
- Change
<div class="blog-feed"> to <section class="blog-feed" aria-labelledby="feed-title">.
- Add
id="feed-title" to <h2 class="feed-title">.
- Wrap the theme toggle in
<aside class="header-actions" aria-label="Site settings">.
Post layout updates (_layouts/post.html)
- Change
<div class="header-actions"> to <aside class="header-actions" aria-label="Site settings and navigation">.