diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-18 07:17:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-18 07:17:56 -0400 |
commit | bc96a06b992213d9e09ec8ec6fb6f028e53791bd (patch) | |
tree | 3146e690537919a565a1319a1bfcb85c41f4eab5 | |
parent | 6c77cb1242241951c2b2b5837aef405edc7b1d7f (diff) | |
download | ikiwiki-bc96a06b992213d9e09ec8ec6fb6f028e53791bd.tar ikiwiki-bc96a06b992213d9e09ec8ec6fb6f028e53791bd.tar.gz |
web commit by http://madduck.net/: add note about marking current pages
-rw-r--r-- | doc/todo/a_navbar_based_on_page_properties.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/a_navbar_based_on_page_properties.mdwn b/doc/todo/a_navbar_based_on_page_properties.mdwn index b4f5b1cf0..7300aced2 100644 --- 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. |