Move CSS and Script includes to better location

gh-pages
rubenwardy 2015-02-06 19:18:04 +00:00
parent ea0d3942b8
commit 60ad18447f
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
</div>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script 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>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script 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">
</html>