In any script or style tags, make sure you change them to a script. and style.
According to Jade updates, you have to do this. I had problems with Google Analytics code until I read that on Git repo
Example:
script. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11111111-1', 'yourdomain.com'); ga('send', 'pageview');
Make sure that the spacing and such are actually indented from your material.
Brogers
source share