From a4781370d7eb9fe00219e5934ec373fcf46b7038 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 4 Nov 2017 18:47:38 +0100 Subject: [PATCH] On appelle les lib js en https --- publishconf.py | 2 +- theme/templates/base.html | 2 +- theme/templates/search.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publishconf.py b/publishconf.py index 2a62013..74ce580 100644 --- a/publishconf.py +++ b/publishconf.py @@ -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' diff --git a/theme/templates/base.html b/theme/templates/base.html index fe7a381..dc794dd 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -92,7 +92,7 @@ {% include '_includes/footer.html' %} {% block script %} - + + {% if 'assets' in PLUGINS %} {% include '_includes/minify_tipuesearch.html' with context %} {% else %}