diff options
-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> |