]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/directive/sidebar.mdwn
sidebar: Now a sidebar directive can be used to override the sidebar shown on a page.
[ikiwiki.git] / doc / ikiwiki / directive / sidebar.mdwn
1 The `sidebar` directive is supplied by the [[!iki plugins/sidebar desc=sidebar]] plugin.
2
3 This directive specifies a custom sidebar to display on the page, instead
4 of any sidebar that is displayed globally.
5
6 ## examples
7
8         \[[!sidebar """
9         This is my custom sidebar for this page.
10
11         \[[!calendar pages="posts/*"]]
12         """]]
13
14 [[!meta robots="noindex, follow"]]