19
19
{% block defaultheadjs %}<script src="{% static "ubuntu_website/js/modernizr.min.js" %}"></script>
20
20
<script src="//code.jquery.com/jquery-1.7.2.min.js"></script>
21
21
<script>window.jQuery || document.write('<script src="{% static "ubuntu_website/js/jquery-1.7.2.min.js" %}"><\/script>')</script>
23
23
<!--block extraheadjs left out by design, add other JS files to the loader.js script for async loading,
24
24
this is done and by design, if you MUST add a <script> tag do so in the closure block and test to ensure
25
25
no breakage has been caused, also avoid inline CSS and JS when possible, use {% static "ubuntu_website/css/site.css" %}