0
Help with navigation
How do you setup a navigation menu that remains anchored to the side and doesn't get reloaded (disappear and appear) when switching to different pages?
1 Odpowiedź
+ 6
If you are using node.js and express, you can make a header file (that file should include the menu and all the links in head tags) and then you should include it in every other page you create. That's it.