Skip to content

Commit

Permalink
Merge pull request #274 from eibt/patch-1
Browse files Browse the repository at this point in the history
Use protocol-relative URL for jQuery script
  • Loading branch information
ErisDS authored Oct 24, 2016
2 parents 054cd87 + 0d8228f commit 99ff118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</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>
<script type="text/javascript" src="//code.jquery.com/jquery-1.12.0.min.js"></script>
{{!-- Ghost outputs important scripts and data with this tag --}}
{{ghost_foot}}
{{!-- Fitvids makes video embeds responsive and awesome --}}
Expand Down

0 comments on commit 99ff118

Please sign in to comment.