Skip to content

Commit

Permalink
injects jquery to footer rather than using ghost helper
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-brown committed Apr 5, 2016
1 parent b4c9450 commit 7bee2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

</div>

{{!-- jQuery needs to come before `{{ghost_foot}}` so that jQuery can be used in code injection --}}
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "masonry",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theme for ghost",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bee2ad

Please sign in to comment.