From 9e987e480b0dd69528d5e57561887faeba5e7f22 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 21 Jul 2016 13:53:19 +0000 Subject: set the site url to "///" The scheme part of the URL is rprotocol currently used.emoved so that the browsers reuse the procotol currently being used. Signed-off-by: Olivier Gayot --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 4227345..b52b933 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ BLOG_AUTHOR = "Olivier Gayot" # (translatable) BLOG_TITLE = "sigexec.com" # (translatable) # This is the main URL for your site. It will be used # in a prominent link. Don't forget the protocol (http/https)! -SITE_URL = "http://www.sigexec.com/" +SITE_URL = "///" # This is the URL where Nikola's output will be deployed. # If not set, defaults to SITE_URL # BASE_URL = "http://" -- cgit v1.2.3