Is there a way to include all the meta tag, link rel and script src includes in one file, and then require that file?
The reason I ask is because I have like 10-15 lines that i am copying into every file and figured there might be another way.
I put everything in one file and tried the Jquery load function, but to no avail.
Thanks