summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2016-07-23 11:43:49 +0200
committerOlivier Gayot <og@satcom1.com>2016-07-23 11:43:49 +0200
commit89ad13e600c7833b642106db3b47429b75b2dfc4 (patch)
tree3cb111ca91d05a6e20ffa05717c42517e26b2d68 /conf.py
parent9e987e480b0dd69528d5e57561887faeba5e7f22 (diff)
SITE_URL is now http://www.sigexec.com/
protocol relative URLs break some RSS readers support :( 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 b52b933..4227345 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 = "///"
+SITE_URL = "http://www.sigexec.com/"
# This is the URL where Nikola's output will be deployed.
# If not set, defaults to SITE_URL
# BASE_URL = "http://"