This allows us to link to specific releases (for as long as they are
available on the release page) using an anchor. Example: http://localhost:4000/releases/#0.22.0
This ensures that tweets and other social media posts have good SEO by not always pointing
to the same link (plain /releases/) over and over, as well as a better user experience
for people looking for old releases.
The implementation is a little unfortunately hacky since there is no way to define offsets for
an anchor. We need to make room for the nav bar, and anchoring the target content to the absolute
top edge of the screen is not always good UX anyway.