How can I include literal JavaScript code in the head of a page? (1)
I want to include a piece of JavaScript code (Google analytics) in the head of a page. When I include it with the script tag it ends up in the body. When I use includeJS it would require an extra file request. Is there a solution?
Submitted by Eelco Visser on 4 April 2011 at 10:08