diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:04:51 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:04:51 -0400 |
commit | e7a65d28df1b843acd486cc16756d7e0764d85f2 (patch) | |
tree | a205ba76c0ed4b04a5e112cba3f9dc39bc60b22f /website/templates | |
parent | 3e5217b420f8fe6efac3c7e96f6cd82394541465 (diff) |
trying to switch to list items.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/nav.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index 0345919..4664680 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -2,10 +2,12 @@ <tbody><tr><td> <a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> </td><td> + * [[WHY?|why]] * [[DOWNLOAD|download]] * [[DOCUMENTATION|doc]] * [[NEWS|news]] * [[COMMUNITY|community]] * [[BUGS|bugs]] + </td></tr></tbody></table> |