spanezz / staticsite

Static site generator
GNU General Public License v3.0
45 stars 7 forks source link

navbar feature #34

Closed spanezz closed 4 years ago

spanezz commented 4 years ago

Create a new navbar feature to provide to the base template data used to build the navbar.

A basic option is that a page could add itself to the navbar of other pages, similarly to how syndication's add_to works.

spanezz commented 4 years ago

Initial support of a list of page names should be enough for now. Further improvements can happen in other issues