You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ciaranRoche currently working on the header part of this issue and it is completed, just waiting for approval by @laurafitzgerald. Hoping to work on the footer part tomorrow if header gets approved.
@ciaranRoche that's the navbar integration I'm working on. It works by linking in a separate file that contains the navbar code and puts it directly on the website.
Currently, as the website grows, so does the amount of repetitive code
header
footer
etc.Refactoring the website to use a template language would make maintaining the website a lot easier and cut down on the amount of code used.
Example templating languages that would be worth researching -
handlebars
,ejs
The text was updated successfully, but these errors were encountered: