add https to urls
This commit is contained in:
parent
e9bdffbf9f
commit
dcbc2cfe75
1 changed files with 2 additions and 2 deletions
4
conf.py
4
conf.py
|
|
@ -4,7 +4,7 @@ BLOG_AUTHOR = "Donald Harper"
|
||||||
BLOG_TITLE = "Donald Harper Photographs"
|
BLOG_TITLE = "Donald Harper Photographs"
|
||||||
SITE_URL = "http://www.donaldharper.com/"
|
SITE_URL = "http://www.donaldharper.com/"
|
||||||
#BASE_URL = "http://localhost:8000/"
|
#BASE_URL = "http://localhost:8000/"
|
||||||
BASE_URL = "http://www.donaldharper.com/"
|
BASE_URL = "https://www.donaldharper.com/"
|
||||||
BLOG_EMAIL = "don@donaldharper.com"
|
BLOG_EMAIL = "don@donaldharper.com"
|
||||||
BLOG_DESCRIPTION = "Photos, sometimes daily, from Donald Harper"
|
BLOG_DESCRIPTION = "Photos, sometimes daily, from Donald Harper"
|
||||||
DEFAULT_LANG = "en"
|
DEFAULT_LANG = "en"
|
||||||
|
|
@ -16,7 +16,7 @@ NAVIGATION_LINKS = {
|
||||||
DEFAULT_LANG: (
|
DEFAULT_LANG: (
|
||||||
('/', 'Home'),
|
('/', 'Home'),
|
||||||
('/stories/about/', 'About me'),
|
('/stories/about/', 'About me'),
|
||||||
('http://www.duckland.org', 'My Personal and Tech Blog'),
|
('https://www.duckland.org', 'My Personal and Tech Blog'),
|
||||||
#(
|
#(
|
||||||
#(
|
#(
|
||||||
#('http://www.donaldharper.com', 'My Photo Blog'),
|
#('http://www.donaldharper.com', 'My Photo Blog'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue