Adding site to site nav back

This commit is contained in:
Don Harper 2017-01-01 22:49:26 -06:00
parent cc0926eff4
commit 68123e23f3

16
conf.py
View file

@ -16,14 +16,14 @@ NAVIGATION_LINKS = {
('/stories/about.html', 'About me'),
('/stories/privacy.html', 'Privacy'),
('/photos/', 'Photos'),
#(
#(
#('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'),
#),
#'My Sites'
#),
(
(
#('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'),
),
'My Sites'
),
(
(
('https://twitter.com/duckunix', 'My Twitter'),