Additional Pages

When adding additional pages to my site for instance, the about me page being different than the index page, do I need to put my jQuery and Bootstrap calls at the top of each of my pages or will it automatically reference back to the index page?

Thanks,

J

You will have to put them in your html file again.

you’ll need to specify the links and scripts for each page.

if your headers and footers are the same-ish as index.html, you can use index as a template for about and save a bit of hassle :slight_smile: