diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 23:02:27 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 23:02:27 -0400 |
commit | b53dc98440e7ac9f4bbe2d7d96ada483bcfc31cd (patch) | |
tree | c4e5f321a17b9c0385c2e3d730b42f19b1061eac /website/templates | |
parent | 466ad333958975a33c488ced50740e60fdc7a5a1 (diff) |
more updates to navigation.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/nav.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index 3d6d180..c8babb5 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -1,6 +1,6 @@ <table class="sitenav" cellpadding="0" cellspacing="0"> <tbody><tr><td> -[[<img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" />|index]]</td> -<td> +<a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> +</td><td> [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] </td></tr></tbody></table> |