projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c77cb1
)
web commit by http://madduck.net/: add note about marking current pages
author
Joey Hess
<joey@kitenet.net>
Tue, 18 Mar 2008 11:17:56 +0000
(07:17 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 18 Mar 2008 11:17:56 +0000
(07:17 -0400)
doc/todo/a_navbar_based_on_page_properties.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/a_navbar_based_on_page_properties.mdwn
b/doc/todo/a_navbar_based_on_page_properties.mdwn
index b4f5b1cf061bc0ff80595b54039208395817039f..7300aced2da2badc4ca13bdb5b895a107c7f6c26 100644
(file)
--- a/
doc/todo/a_navbar_based_on_page_properties.mdwn
+++ b/
doc/todo/a_navbar_based_on_page_properties.mdwn
@@
-25,6
+25,8
@@
for sorting.
Also, the code automatically deduces that C and D are second-level under A.
+Obviously, while on e.g. A/C, the `<li>` element enclosing C would get a special CSS class (or even ID), and no `<a>` tag inside.
+
I don't think this is hard to code up and it's what I've been using with
[rest2web](http://www.voidspace.org.uk/python/rest2web/) and it's served me
well.