MegaPhysics / megaphysics.github.io

A Physics wiki (sort of).
megaphysics.github.io
GNU General Public License v2.0
1 stars 2 forks source link

Fix navbar hyperlinks to properly point to home, about etc. #34

Closed drewsberry closed 10 years ago

drewsberry commented 10 years ago

By default, if you link , it looks for index.html in the current directory, which of course didn't find anything for the articles, which are currently located in Articles/. This fixes this by adding /, meaning the root directory of the website is always looked at.