nullNEU / nullify

Official Website of the null Chapter at Northeastern University.
https://nullneu.pages.dev
GNU Affero General Public License v3.0
1 stars 6 forks source link

Refactor HTML to reuse `baseof.html` #27

Open Parthiv-M opened 1 month ago

Parthiv-M commented 1 month ago

There exists a baseof.html file that serves as a single place to import common resources/components like CSS files, the header and the footer. These do not need to be done in every single HTML file. So, make all HTML files to extend the base HTML file using Hugo blocks.

This task involves changing multiple HTML files.

Files required to be changed

Changes required in each file

Resources