I have a site which will have subdirectories.
I'm creating a template having .js and .css file includes?
How can I create a template that works in both the root and subdirectories w/o having to have two versions like the following where I have my .css file in a folder called css. First example is for a page in the root, second is for a file in a subdirectory under root.
href="css/stylesheet.css"
href="../css/stylesheet.css
I'm creating a template having .js and .css file includes?
How can I create a template that works in both the root and subdirectories w/o having to have two versions like the following where I have my .css file in a folder called css. First example is for a page in the root, second is for a file in a subdirectory under root.
href="css/stylesheet.css"
href="../css/stylesheet.css