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 %}