diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 23:01:24 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 23:01:24 -0400 |
commit | 466ad333958975a33c488ced50740e60fdc7a5a1 (patch) | |
tree | 32d9cc2a5b4766fa5cf2d2e3ecb39be45aab363b /website/templates | |
parent | 076e4fe5b1d90a81552d63b43b8351f7ca553b8b (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 04f6268..3d6d180 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" /></td> +[[<img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" />|index]]</td> <td> - [[overview|index]] | [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] +[[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] </td></tr></tbody></table> |