kevinrae / mosskey

Multiple entry key for North American Mosses
0 stars 0 forks source link

convert header & footer into modular/DRY code #15

Closed kevinrae closed 6 years ago

kevinrae commented 6 years ago

code for header & footer are repeated on each page. refactor to separate this code into to separate files, scripts, etc. so updates are only required in a single location.

kevinrae commented 6 years ago

0566adc tried to convert header into separate html file included via .js and modifying active menu items via jquery. failed. issue with one or more of these:

Anyway, the workaround is simply to repeat the header navbar code on each separate page. Not ideal - but not terrible.