summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2016-07-21 13:53:19 +0000
committerOlivier Gayot <og@satcom1.com>2016-07-21 13:53:19 +0000
commit9e987e480b0dd69528d5e57561887faeba5e7f22 (patch)
tree636d6e7a25114c3d8a3ef46f49bd89388762f8e9 /conf.py
parente0ed85bcfef79c8b6884c550256a933060bd9ce8 (diff)
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 <og@satcom1.com>
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
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://"