diff options
author | sng <sng@snglinux.(none)> | 2013-05-28 19:58:08 -0400 |
---|---|---|
committer | sng <sng@snglinux.(none)> | 2013-05-28 19:58:08 -0400 |
commit | 38b863f790eecdc328bd43589bca3630e46be73e (patch) | |
tree | 85e8d63b67cf9b2de9fa7915747d90a805c7e808 /design/templates/base.html | |
parent | c699779d07ef9cdb6e520836a7bde4d8418dcec8 (diff) |
bug fixes for links in main menu
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index ea85022..606d989 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -36,8 +36,8 @@ </a> <nav role="navigation" class="bl"> <ul> - <li id="stories"><a href="/writing/1/" title="An archive of writings from around the world">Writing</a>,</li> - <li id="photos"><a href="/photos/1/" title="Photos from travels around the world">Photos</a>,</li> + <li id="stories"><a href="/writing/" title="An archive of writings from around the world">Writing</a>,</li> + <li id="photos"><a href="/photos/" title="Photos from travels around the world">Photos</a>,</li> <!--<li id="guides"><a href="/travel-guide/1/" title="Travel Guides, Tips, Tricks and Recommendations">Guides</a>,</li>--> <li id="maps"><a href="/map/" title="Maps and miscellanea">Map</a>,</li> <li id="projects" ><a href="/projects/" title="Luxagraf: Projects">Projects</a>,</li> |