DRY and Sites with more than one page
DRY = don't repeat yourself
What to do about common items across all pages? Like CDN JS and CSS, local CSS link, local JS script, common header, footer, navigation?
- cut-and-paste
- Static Site Generators (SSG)
- Parts into a whole -- with SSI, PHP
- Web Content Management System (e.g. Wordpress)