HackFSU / hackfsu-2018

HackFSU Website & Api
https://hackfsu.com
5 stars 14 forks source link

Spin out mainLayout.pug from baseLayout.pug #10

Closed andrewsosa closed 7 years ago

andrewsosa commented 7 years ago

This removes the structure of the main page (navigation/content/footer) from the baseLayout, so pages that don't rely on that structure (e.g. preview page) don't have it.

Also includes ignoring .DS_Store files (albeit accidentally).