aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
diff options
context:
space:
mode:
authorStephen McQuay <smcquay@zelda.local>2014-03-31 00:21:03 -0700
committerStephen McQuay <smcquay@zelda.local>2014-03-31 00:23:16 -0700
commit7abcee90cd67da45162d8254962c42ad2d44a687 (patch)
tree97e6070b803342d1eb80947e781b13347307ff1d /pelican-bootstrap3
parent9cce1971c35d0a765fde538b192bdb3b77b02ced (diff)
downloadpelican-themes-7abcee90cd67da45162d8254962c42ad2d44a687.zip
pelican-themes-7abcee90cd67da45162d8254962c42ad2d44a687.tar.gz
pelican-themes-7abcee90cd67da45162d8254962c42ad2d44a687.tar.bz2
Load remote jquery securely (if needed)
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r--pelican-bootstrap3/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index 9be2ecb..bfbaa62 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -139,7 +139,7 @@
</div>
{% include 'includes/footer.html' %}
-<script src="http://code.jquery.com/jquery.js"></script>
+<script src="//code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{{ SITEURL }}/theme/js/bootstrap.min.js"></script>