Make async

gh-pages
rubenwardy 2015-02-06 19:30:32 +00:00
parent e7c0d0ec57
commit af26e2a71d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
</div>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="{{ page.root }}static/script.js"></script>
<script async src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script async src="{{ page.root }}static/script.js"></script>
<link rel="stylesheet" href="{{ page.root }}static/style.css">
<link rel="stylesheet" href="{{ page.root }}static/syntax.css">
</body>