diff options
author | Jan Müller <jpmueller@gmx.net> | 2013-11-22 00:56:23 +0100 |
---|---|---|
committer | Jan Müller <jpmueller@gmx.net> | 2013-11-22 00:56:23 +0100 |
commit | d839f76685fcd5441a0e54c91b849f2404c8e4da (patch) | |
tree | 01ea0c2d84e5f18998c46e4b1ab92388747fbedd /pelican-bootstrap3 | |
parent | c83c2958769d265c39d4f2b11453b2ec683589df (diff) | |
download | pelican-themes-d839f76685fcd5441a0e54c91b849f2404c8e4da.tar.gz |
jquery: protocol-independent url, minified version
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 2 |
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" |