diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
commit | 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e (patch) | |
tree | 605e2284e175e80477fd7b6a6e9e2a2fcae94236 /templates/base.html | |
parent | 7300519c054838511ba2584394620d0841b88e5f (diff) |
added topics to posts
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
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> |