Where do we put Link and Script tags so that they are in the Head section of the website?
I don't want to add custom css or js scripts manually between tags.
I don't want to upload a css or js file manually.
I just want to add a <link> and/or <script> tag reference that points the src to a CDN url into the <head> section of my website.
Example:
<link href="https://some.CDN.reference.here.css" rel="stylesheet">