Skip to content

Commit a6716e5

Browse files
authored
Merge pull request #43 from pythonpt/change_SITEURL_to_https
Change SITEURL to https
2 parents 915cea0 + 4e34154 commit a6716e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
AUTHOR = u'Python Portugal Team'
66
SITENAME = u'Python Portugal'
7-
SITEURL = 'python.pt'
7+
SITEURL = 'https://python.pt'
88

99
PATH = 'content'
1010

0 commit comments

Comments
 (0)