deeheber / danielle-heberling-dot-xyz

My personal blog and website
https://www.danielleheberling.xyz/
MIT License
4 stars 1 forks source link

Naivgation Active Link Styles #16

Closed deeheber closed 5 years ago

deeheber commented 5 years ago

Whenever I implemented pagination, it broke my active link styles. The pagination starts with /, /blog2, /blog3 etc etc...whenever I'm no longer on / the active style no longer shows.

For the Blog navigation link, I'd like to be active if the pathname is / or starts with /blog*.

Possibly helpful: https://github.com/gatsbyjs/gatsby/issues/8160