Custom scripts in head section
Users should be able to include their own JS and CSS scripts in the head section.
I don't see the point of this. If you want to include your own JS, CSS just add them to your fork. What do you suggest?
Imagine this situation. For example, the user wants to install the Hotjar service on their website. To achieve this, he must embed an external JS script in the head section. This is currently not possible. Some services also require CSS scripts.
Imagine this situation. For example, the user wants to install the
Hotjarservice on their website. To achieve this, he must embed an externalJSscript in theheadsection. This is currently not possible. Some services also requireCSSscripts.
You can always fork this repo and make changes to head.html partial anyway you like, then push to your own repo. After you push your source files, github will build the site with files you uploaded instead of default theme files.
Yes, I agree with @DotIN13. See this as an example.