]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki/directive/sidebar.mdwn
disable global sidebars by default
[git.ikiwiki.info.git] / doc / ikiwiki / directive / sidebar.mdwn
1 The `sidebar` directive is supplied by the [[!iki plugins/sidebar desc=sidebar]] plugin.
3 This directive specifies a custom sidebar to display on the page,
4 overriding any sidebar that is displayed globally.
6 ## examples
8         \[[!sidebar """
9         This is my custom sidebar for this page.
11         \[[!calendar pages="posts/*"]]
12         """]]
14 [[!meta robots="noindex, follow"]]