Merge pull request #206 from smcquay/ssl-fix

Load remote jQuery securely on Pelican-Bootstrap3 theme
This commit is contained in:
Justin Mayer
2014-04-02 05:37:46 -07:00

View File

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