diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-06-25 21:54:31 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-06-25 21:54:31 +0530 |
commit | c64cf49ef81a2b8e6256f7fcbc4d8cbf60f4d3b4 (patch) | |
tree | cf670ff47461a9dcb2e1ed64c00bc07bc41b4d66 | |
parent | e070227144ddfed6e172355e5717f8de6fe30ba6 (diff) |
Use secure site
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |