Closed maneesha closed 3 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.
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.
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.