Merge pull request #171 from nikipore/pelican-bootstrap3-patches

jquery: protocol-independent and minified version
This commit is contained in:
Justin Mayer
2013-11-22 05:29:28 -08:00

View File

@@ -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"