Skip to content

Make the website code more modular #12

@dominickta

Description

@dominickta

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions