Adding site to site nav back
This commit is contained in:
parent
cc0926eff4
commit
68123e23f3
1 changed files with 8 additions and 8 deletions
16
conf.py
16
conf.py
|
|
@ -16,14 +16,14 @@ NAVIGATION_LINKS = {
|
||||||
('/stories/about.html', 'About me'),
|
('/stories/about.html', 'About me'),
|
||||||
('/stories/privacy.html', 'Privacy'),
|
('/stories/privacy.html', 'Privacy'),
|
||||||
('/photos/', 'Photos'),
|
('/photos/', 'Photos'),
|
||||||
#(
|
(
|
||||||
#(
|
(
|
||||||
#('http://www.donaldharper.com', 'My Photo Blog'),
|
#('http://www.donaldharper.com', 'My Photo Blog'),
|
||||||
#('http://p365.donaldharper.com', 'My Attempt at a Project 365'),
|
('http://p365.donaldharper.com', 'My Attempt at a Project 365'),
|
||||||
#('http://www.duckland.org', 'My Personal and Tech Blog'),
|
('http://www.duckland.org', 'My Personal and Tech Blog'),
|
||||||
#),
|
),
|
||||||
#'My Sites'
|
'My Sites'
|
||||||
#),
|
),
|
||||||
(
|
(
|
||||||
(
|
(
|
||||||
('https://twitter.com/duckunix', 'My Twitter'),
|
('https://twitter.com/duckunix', 'My Twitter'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue