Load JQUERY at the top of file, before Modernizr

This commit is contained in:
HorlogeSkynet
2017-04-03 23:16:28 +02:00
committed by Samuel FORESTIER
parent 16f204ad98
commit aa728b22da

@ -11,6 +11,8 @@
<title>{{ page.title }} | Samuel Forestier</title>
<script src="/js/jquery-3.0.0.min.js"></script>
{% seo title=false %}
</head>
@ -80,7 +82,6 @@
<span>All rights reserved © &mdash; Samuel FORESTIER &mdash; 2017</span>
</footer>
<script src="/js/jquery-3.0.0.min.js"></script>
<script src="/js/main.js"></script>
</body>
</html>