Skip to content

Commit 30250e3

Browse files
authored
move to HTTPS
1 parent e356f86 commit 30250e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pelicanconf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
AUTHOR = u'PythonClub'
1010
AUTHOR_EMAIL = u'[email protected]'
1111
SITENAME = u'PythonClub'
12-
SITEURL = 'http://pythonclub.com.br'
13-
SITELOGO = 'http://res.cloudinary.com/diu8g9l0s/image/upload/v1400201393/pythonclub/logo_275x130.png'
12+
SITEURL = 'https://pythonclub.com.br'
13+
SITELOGO = 'https://res.cloudinary.com/diu8g9l0s/image/upload/v1400201393/pythonclub/logo_275x130.png'
1414

1515
GITHUB_URL = 'https://github.com/pythonclub/pythonclub.github.io'
1616
DISQUS_SITENAME = 'pythonclub'
@@ -93,7 +93,7 @@
9393
THEME = 'theme'
9494

9595
# Theme Pure config
96-
PROFILE_IMAGE_URL = "http://res.cloudinary.com/diu8g9l0s/image/upload/v1399566411/fundo_python_a6iqip.png"
96+
PROFILE_IMAGE_URL = "https://res.cloudinary.com/diu8g9l0s/image/upload/v1399566411/fundo_python_a6iqip.png"
9797

9898
# Uncomment following line if you want document-relative URLs when developing
9999
RELATIVE_URLS = True

0 commit comments

Comments
 (0)