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
The homepage lists all the projects, including archived ones:
#113 consolidated the code that loads the project listing across both the homepage and Projects page. Before, the homepage relied on a nearly identical copy of the code to populate the project tiles, except for this line that limited it to the first six projects:
The homepage lists all the projects, including archived ones:
#113 consolidated the code that loads the project listing across both the homepage and Projects page. Before, the homepage relied on a nearly identical copy of the code to populate the project tiles, except for this line that limited it to the first six projects:
codeforsanjose.github.io/assets/js/project-info-landing.js
Line 18 in 1fc957d
This also happened to limit to active projects by coincidence.
The text was updated successfully, but these errors were encountered: