HTTPS everywhere

This commit is contained in:
Julien Palard 2018-04-28 16:37:34 +02:00
parent 7deaa59858
commit 0fa5e7fd69
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ AUTHOR_FEED_RSS = 'feeds/%s.rss.xml'
# Social widget
SOCIAL = (('twitter', 'https://twitter.com/sizeof'),
('github', 'https://github.com/julienpalard'),
('so', 'http://stackoverflow.com/users/232831/julien-palard')
('so', 'https://stackoverflow.com/users/232831/julien-palard'),
)
DEFAULT_PAGINATION = 10