Merge pull request #218 from ErisDS/jquery-support

Add jQuery, as this is being removed from Ghost
This commit is contained in:
Kevin Ansfield 2015-09-02 17:54:19 +01:00
commit 31025f2f15
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>