Add jQuery, as this is being removed from Ghost

refs TryGhost/Ghost#5298
This commit is contained in:
Hannah Wolfe 2015-08-24 19:16:58 +01:00
parent 8f6f4a962b
commit dfd94ece96
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}
{{! The main JavaScript file for Casper }}
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="{{asset "js/jquery.fitvids.js"}}"></script>
{{! The main JavaScript file for Casper }}
<script type="text/javascript" src="{{asset "js/index.js"}}"></script>
</body>