Browse Source

On appelle les lib js en https

master
Victor 6 years ago
parent
commit
a4781370d7
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      publishconf.py
  2. +1
    -1
      theme/templates/base.html
  3. +1
    -1
      theme/templates/search.html

+ 1
- 1
publishconf.py View File

@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from pelicanconf import *
#SITEURL = 'https://blog.victor-hery.com'
RELATIVE_URLS = True
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'

+ 1
- 1
theme/templates/base.html View File

@ -92,7 +92,7 @@
</div>
{% include '_includes/footer.html' %}
{% block script %}
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script>
function validateForm(query)

+ 1
- 1
theme/templates/search.html View File

@ -25,7 +25,7 @@ Search results for {{ SITENAME|striptags|e }} blog.
{% endblock meta_tags_in_head %}
{% block script %}
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
{% if 'assets' in PLUGINS %}
{% include '_includes/minify_tipuesearch.html' with context %}
{% else %}

Loading…
Cancel
Save