1
0
Fork 0
forked from github/pelican

Encourage use of https:// in SITEURL

Refs #2183 #2186
This commit is contained in:
Justin Mayer 2017-07-25 09:00:41 -07:00
commit 68724e9682
3 changed files with 7 additions and 4 deletions

View file

@ -10,6 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = '$siteurl'
RELATIVE_URLS = False