From 3002987075b1c663cf26d1370bc6da406e2c8e63 Mon Sep 17 00:00:00 2001 From: "kujiu (@ciredutemps)" Date: Mon, 25 May 2020 12:02:02 +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 9e7c1ee..465058c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -139,8 +139,8 @@ html_theme_options = { 'id': 'JKNYR', }, 'isso': { - 'prefix': '/isso', - 'url': baseurl + '/isso', + 'prefix': '/isso/kujiu', + 'url': baseurl + '/isso/kujiu', 'require_author': "true", 'lang': 'fr', 'reply_to_self': "true",