diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-04 13:01:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-04 13:01:22 -0400 |
commit | 63cc1f5aab0130bdcc6c8ac3485540d78bc6aa59 (patch) | |
tree | e7a460fe6dc755369680b2fc15617c648ee465c9 | |
parent | 0b733575a44a527b54afc75b4c2b87b8bc5872a3 (diff) | |
parent | 0cc3a15d6f3b1246d07a2d7bf8f37b3be423cb53 (diff) | |
download | ikiwiki-63cc1f5aab0130bdcc6c8ac3485540d78bc6aa59.tar ikiwiki-63cc1f5aab0130bdcc6c8ac3485540d78bc6aa59.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r-- | doc/forum/How_to_suppress_sidebar_for_a_particular_page__63__.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/How_to_suppress_sidebar_for_a_particular_page__63__.mdwn b/doc/forum/How_to_suppress_sidebar_for_a_particular_page__63__.mdwn new file mode 100644 index 000000000..e34a92520 --- /dev/null +++ b/doc/forum/How_to_suppress_sidebar_for_a_particular_page__63__.mdwn @@ -0,0 +1,7 @@ +I normally want to use the sidebar, but for one particular page, if I want to suppress it, how do I do it? + +Putting + + \[[!sidebar content=""""""]] + +into the page source produces a collapsed table which is not ideal. |