From 68123e23f3e9a656c9740258b52b4edba7efeeed Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 1 Jan 2017 22:49:26 -0600 Subject: [PATCH] Adding site to site nav back --- conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf.py b/conf.py index e6fd64bd..ac5852cb 100644 --- a/conf.py +++ b/conf.py @@ -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'),