X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/341e5cec5912fd593c0d0836efccf13344488ee2..43033a2a6e80a67f29b78d4a6ecfb072ea6165e0:/doc/tips/parentlinks_style.mdwn?ds=inline
diff --git a/doc/tips/parentlinks_style.mdwn b/doc/tips/parentlinks_style.mdwn
index b992a11a0..617793de4 100644
--- a/doc/tips/parentlinks_style.mdwn
+++ b/doc/tips/parentlinks_style.mdwn
@@ -1,3 +1,5 @@
+[[!meta date="2008-07-16 17:43:57 -0400"]]
+
Here are some tips for ways to style the links
provided by the [[plugins/parentlinks]] plugin.
@@ -6,7 +8,7 @@ a subset of a page's parents. It also provides a few bonus
possibilities, such as styling the parent links depending on their
place in the path.
-[[!toc ]]
+[[!toc levels=2]]
Content
=======
@@ -82,6 +84,24 @@ following lines in `page.tmpl`:
Then write the appropriate CSS bits for `a.height1`, etc.
+Avoid showing title of toplevel index page
+------------------------------------------
+
+If you don't like having "index" appear on the top page of the wiki,
+but you do want to see the name of the page otherwise, you can use a
+special `HAS_PARENTLINKS` template variable that the plugin provides.
+It is true for every page *except* the toplevel index.
+
+Here is an example of using it to hide the title of the toplevel index
+page:
+
+
+ /
+
+
+
+
+
Full-blown example
------------------