diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 22:05:31 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 22:05:31 -0400 |
commit | 80a6f581f1b6953e6b41d35c3b7f8b0bc26be6dd (patch) | |
tree | ed1842ac2ad0663a7b54f6f07fb3c61828a0fa7c /website | |
parent | 856a68233fc5cf6de9d02195d671b8a26fa92068 (diff) |
trying out sidebar plugin to deal with navigation.
Diffstat (limited to 'website')
-rw-r--r-- | website/sidebar.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn new file mode 100644 index 0000000..33ab8ce --- /dev/null +++ b/website/sidebar.mdwn @@ -0,0 +1,13 @@ +<table class="sitenav" cellpadding="0" cellspacing="0"> +<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> |