Skip to content

Commit

Permalink
Use protocol-relative URL for jQuery script
Browse files Browse the repository at this point in the history
Use protocol-relative URL in the script element that includes jQuery to improve availability and consistency as it's being used for Google Fonts too.
  • Loading branch information
sdknjg8zxq authored Oct 13, 2016
1 parent 27270d3 commit 0d8228f
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 0d8228f

Please sign in to comment.