aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
diff options
context:
space:
mode:
authorJan Müller <jpmueller@gmx.net>2013-11-22 00:56:23 +0100
committerJan Müller <jpmueller@gmx.net>2013-11-22 00:56:23 +0100
commitd839f76685fcd5441a0e54c91b849f2404c8e4da (patch)
tree01ea0c2d84e5f18998c46e4b1ab92388747fbedd /pelican-bootstrap3
parentc83c2958769d265c39d4f2b11453b2ec683589df (diff)
downloadpelican-themes-d839f76685fcd5441a0e54c91b849f2404c8e4da.zip
pelican-themes-d839f76685fcd5441a0e54c91b849f2404c8e4da.tar.gz
pelican-themes-d839f76685fcd5441a0e54c91b849f2404c8e4da.tar.bz2
jquery: protocol-independent url, minified version
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 ab505eb..0777948 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -50,7 +50,7 @@
<link href="{{ SITEURL }}/theme/css/pygments.css" rel="stylesheet">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" type="text/css"/>
<!-- JavaScript plugins (requires jQuery) -->
- <script src="http://code.jquery.com/jquery.js"></script>
+ <script src="//code.jquery.com/jquery.min.js"></script>
{% if FEED_ALL_ATOM %}
<link href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate"