satnaing / astro-paper

A minimal, accessible and SEO-friendly Astro blog theme
https://astro-paper.pages.dev/
MIT License
2.39k stars 502 forks source link

feat: add heading links to PostDetails #232

Closed benjaminrae closed 8 months ago

benjaminrae commented 8 months ago

Implemented easy links to headings (h2-h6) on post details. The links are aria-hidden and only show on hover. I was going to set this up for my own blog so I thought I'd share in case you want to include this in Astro Paper.

Heading on hover Link on hover

satnaing commented 8 months ago

Pretty neat! Thanks for your PR.