diff options
author | spalax <spalax@web> | 2013-12-04 10:55:08 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-04 10:55:08 -0400 |
commit | db543d7ba5b22c236d0827fff4ebf28c6867b9d7 (patch) | |
tree | 0d0b2fac0a20bbc2a52b2d6c22fc938c85daeb1f /doc | |
parent | dfcde5e5234ec44bf19bdec77313957c6ed6bac2 (diff) | |
download | ikiwiki-db543d7ba5b22c236d0827fff4ebf28c6867b9d7.tar ikiwiki-db543d7ba5b22c236d0827fff4ebf28c6867b9d7.tar.gz |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/sidebar2.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/contrib/sidebar2.mdwn b/doc/plugins/contrib/sidebar2.mdwn index 01aeaf558..3c3226729 100644 --- a/doc/plugins/contrib/sidebar2.mdwn +++ b/doc/plugins/contrib/sidebar2.mdwn @@ -66,12 +66,12 @@ template variable, the directive applies to the value given in the argument. For example, the following command forces the `footer` sidebar to appear on the current page. - [[!sidebar var=footer]] + \[[!sidebar var=footer]] The following command forces the `footer` sidebar to appaer, containing the content given in argument. - [[!sidebar var=footer content="TEST"]] + \[[!sidebar var=footer content="TEST"]] # Which pages to render? |