diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-27 15:28:17 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-27 15:28:17 -0700 |
commit | ef51e83ea9a49e84957dc2086ab39a0fd74b48d1 (patch) | |
tree | 51392ada95dd02d3aa969de4fa03e52fffeba568 | |
parent | 5da265b2214c3c504da2a495db73563a17c8fe97 (diff) |
small tweak to nav bar.
-rw-r--r-- | website/bugs/done.mdwn | 2 | ||||
-rw-r--r-- | website/templates/nav.mdwn | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/website/bugs/done.mdwn b/website/bugs/done.mdwn index af88c1c..97fc82a 100644 --- a/website/bugs/done.mdwn +++ b/website/bugs/done.mdwn @@ -1,3 +1,5 @@ +[[!template id="nav"]] + recently fixed [[bugs]] [[inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10]] diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index 55885ce..d6b4212 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -1 +1,3 @@ -[[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] +[[overview|index]] | [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] + +---- |