summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 5755523..5af83ff 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -60,15 +60,24 @@
<header>
<nav>
<ul>
- <li id="stories"><a href="/writing/1/" title="An archive of previous writings from around the world">I write.</a></li>
- <li id="map" title="Maps and miscellanea"><a href="/map/">I travel.</a></li>
- <li id="photos" title="Photos from travels around the world"><a href="/photos/1/">I record.</a></li>
+ <li id="stories"><a href="/writing/1/" title="An archive of previous writings from around the world">Writing</a></li>
+ <li id="photos" title="Photos from travels around the world"><a href="/photos/1/">Photos</a></li>
+ <li id="map" title="Maps and miscellanea"><a href="/map/">Maps</a></li>
+
</ul>
</nav>
<hgroup>
<h1><a href="/" title="home">Luxagraf</a></h1>
- <h2><a href="/about/" title="About Luxagraf">{a travelogue}</a></h2>
+ <h2>{a travelogue}</h2>
</hgroup>
+ <nav class="rt">
+ <ul>
+ <li id="projects" title="Luxagraf: Projects (coming soon)"><a href="/projects/">Projects</a></li>
+ <li id="contact" title="How to get in touch"><a href="/contact/">Contact</a></li>
+ <li id="about" title="About Luxagraf"><a href="/about/">About</a></li>
+
+ </ul>
+ </nav>
</header>
{% block primary %}
@@ -86,6 +95,7 @@
<li><a href="/writing/1/">Writing</a></li>
<li><a href="/map/">Map</a></li>
<li><a href="/photos/1/">Photographs</a></li>
+ <li><a href="/projects/">Projects</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>