We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ce0ef commit bc95b92Copy full SHA for bc95b92
1 file changed
templates/layout.html
@@ -20,10 +20,10 @@
20
</div>
21
22
{% block js %}
23
-<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
24
<script>window.jQuery || document.write('<script src="themes/blue-is-the-warmest-color/js/jquery.js"><\/script>')</script>
25
26
-<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
+<script src="//maps.google.com/maps/api/js?sensor=false"></script>
27
<script src="{{ '/static/js/main.js'|url }}"></script>
28
29
<!-- GOOGLE ANALYTICS -->
0 commit comments