added new photos + post

This commit is contained in:
Don Harper 2017-01-21 08:39:05 -06:00
parent 4faaa49347
commit 1564b1cd02
16 changed files with 19 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from __future__ import unicode_literals
import time
BLOG_AUTHOR = "Don Harper" # (translatable)
BLOG_TITLE = "duckland.org" # (translatable)
SITE_URL = "http://www.duckland.org/"
SITE_URL = "https://www.duckland.org/"
BLOG_EMAIL = "duck@duckland.org"
BLOG_DESCRIPTION = "News from duckland.org" # (translatable)
DEFAULT_LANG = "en"
@ -19,8 +19,8 @@ NAVIGATION_LINKS = {
(
(
#('http://www.donaldharper.com', 'My Photo Blog'),
('http://p365.donaldharper.com', 'My Attempt at a Project 365'),
('http://www.duckland.org', 'My Personal and Tech Blog'),
('https://p365.donaldharper.com', 'My Attempt at a Project 365'),
('https://www.duckland.org', 'My Personal and Tech Blog'),
),
'My Sites'
),