From c64cf49ef81a2b8e6256f7fcbc4d8cbf60f4d3b4 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Wed, 25 Jun 2014 21:54:31 +0530 Subject: Use secure site --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 76fca8e..26a9b17 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://copyninja.info' +SITEURL = 'https://copyninja.info' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- cgit v1.2.3