mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Use protocol-relative URL for jQuery script
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.
This commit is contained in:
		@@ -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 --}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user