From ced019ec0d2b4be11499b438a234a1dcce4f16f2 Mon Sep 17 00:00:00 2001 From: "kujiu (@ciredutemps)" Date: Mon, 25 May 2020 12:03:07 +0200 Subject: [PATCH] Change ISSO URL --- source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index b12bd53..7b93695 100644 --- a/source/conf.py +++ b/source/conf.py @@ -142,8 +142,8 @@ html_theme_options = { 'id': 'CVTXH', }, 'isso': { - 'prefix': '/isso', - 'url': baseurl + '/isso', + 'prefix': '/isso/nervproject', + 'url': baseurl + '/isso/nervproject', 'require_author': "true", 'lang': 'fr', 'reply_to_self': "true",