summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 3bebc9f..5755523 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,7 +23,7 @@
<link rel="stylesheet"
- href="http://new.luxagraf.net/media/css/base.css"
+ href="{{media_url}}/css/base.css"
type="text/css"
media="screen"
charset="utf-8">
@@ -62,12 +62,12 @@
<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 photograph.</a></li>
+ <li id="photos" title="Photos from travels around the world"><a href="/photos/1/">I record.</a></li>
</ul>
</nav>
<hgroup>
<h1><a href="/" title="home">Luxagraf</a></h1>
- <h2><a href="/about/">{a travelogue}</a></h2>
+ <h2><a href="/about/" title="About Luxagraf">{a travelogue}</a></h2>
</hgroup>
</header>