From dcbc2cfe755e08cdf4a8e3116fa80d5d51b439d3 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 26 Jan 2019 12:06:46 -0600 Subject: [PATCH] add https to urls --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 22bf1201..ace69a18 100644 --- a/conf.py +++ b/conf.py @@ -4,7 +4,7 @@ BLOG_AUTHOR = "Donald Harper" BLOG_TITLE = "Donald Harper Photographs" SITE_URL = "http://www.donaldharper.com/" #BASE_URL = "http://localhost:8000/" -BASE_URL = "http://www.donaldharper.com/" +BASE_URL = "https://www.donaldharper.com/" BLOG_EMAIL = "don@donaldharper.com" BLOG_DESCRIPTION = "Photos, sometimes daily, from Donald Harper" DEFAULT_LANG = "en" @@ -16,7 +16,7 @@ NAVIGATION_LINKS = { DEFAULT_LANG: ( ('/', 'Home'), ('/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'),