-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Motivation: There was an issue in the past where some navbar links were broken on only some pages (capitalization in the html code was different or something...). Editing the code is messy because if you make a change in one place, you have to edit it in all the other files.
Improvement Idea: Make the HTML code more modular. For example, instead of having the html for the navbar in each page, have a "navbar.html" file and then the pages that require a navbar can just include the navbar.
Suggested modules:
- head.html
- navbar.html
- footer.html
Metadata
Metadata
Assignees
Labels
No labels