From 3573cbff83770db23f21f9ee2fec1bc4eb0d3b85 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 25 May 2019 23:10:00 +0200 Subject: [PATCH] Disable relative URLs --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6b46590..cf83361 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,7 +32,7 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -RELATIVE_URLS = True +#RELATIVE_URLS = True # Landing Page Content