Load JQUERY at the top of file, before Modernizr
This commit is contained in:

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 © — Samuel FORESTIER — 2017</span>
|
||||
</footer>
|
||||
|
||||
<script src="/js/jquery-3.0.0.min.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user