From e1990201edfe1bbd53ec2296488da70e6a84b1e5 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Wed, 10 May 2023 10:19:15 +0200 Subject: [PATCH] add relatives url --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 7fa8163..c77325a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -65,4 +65,4 @@ JINJA_FILTERS = { } # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True +RELATIVE_URLS = True