diff options
author | Justin Mayer <entroP@gmail.com> | 2014-04-02 05:37:46 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-04-02 05:37:46 -0700 |
commit | 8df5d27a86a4f211e69bddb3cfea718ac672ccbc (patch) | |
tree | 97e6070b803342d1eb80947e781b13347307ff1d | |
parent | 9cce1971c35d0a765fde538b192bdb3b77b02ced (diff) | |
parent | 7abcee90cd67da45162d8254962c42ad2d44a687 (diff) | |
download | pelican-themes-8df5d27a86a4f211e69bddb3cfea718ac672ccbc.tar.gz |
Merge pull request #206 from smcquay/ssl-fix
Load remote jQuery securely on Pelican-Bootstrap3 theme
-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 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> |