PhillyPythonWorkshop / PhillyPythonWorkshop.github.io

Curriculum for the Philly Python Workshop
http://phillypythonworkshop.github.io/
2 stars 4 forks source link

Fix _includes/header.html #3

Closed maneesha closed 3 years ago

maneesha commented 9 years ago

Fix _includes/header.html so that only top level pages show. Right now it just loops through all pages so they all show up in the header.

We only want "top level" pages... for example, "Friday Setup" should show but not "Friday Setup Windows" and "Friday Setup Linux" etc.

maneesha commented 9 years ago

Right now this nav bar is set up by looping through all pages and adding them to the nav bar. We may have to hard code this in if we want just select pages to show in the nav bar.