diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index 4a6b1b2..5111e3e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * SITEURL = 'https://ekaitz.elenq.tech' -#RELATIVE_URLS = False +RELATIVE_URLS = True # Translations ARTICLE_TRANSLATION_ID = 'slug' |