openhealthworks / nhs-ideas-lab

Source for website
http://nhsideaslab.com
GNU General Public License v3.0
2 stars 2 forks source link

Navbar links on policy pages should be to index.html#thing #74

Open DeckOfPandas opened 6 years ago

DeckOfPandas commented 6 years ago

Parked from @davidmiller's PR in #72

DeckOfPandas commented 6 years ago

But on index page navbar links should just be #thing

DeckOfPandas commented 6 years ago

@blu3id Is there any chance you could help me out here?

I want navbar links on the index page to have href e.g. "#faqs" so they don't provoke the page reloading, but navbar links on the policies pages will need to have href="index.html#faqs".

Is there a non-disgusting way of doing this? I can only think of making two navbars, which feels hideous.