docs/superpowers/specs/2026-04-15-semantic-lists.md and docs/superpowers/plans/2026-04-15-semantic-lists.mdindex.html (Social Links and Blog Feed)_layouts/post.html (Social Links)reviews/index.html (Social Links).social-links CSS in assets/css/style.css_includes/social-footer.htmlbundle exec jekyll build and verify output in _site/Ensure .social-links has list-style: none; padding: 0; margin: 0; in the shared stylesheet.
index.html)Refactor the liquid loop to use ul and li.
<ul id="feed-container" class="feed-timeline"><li class="feed-day-group"><ul class="feed-day-posts"><li><a class="feed-post-link">...</a></li>Extract the common social footer markup into _includes/social-footer.html and include it from pages that need the standard footer.