diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2012-04-18 23:13:01 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-18 23:13:01 -0400 |
commit | ff4172160e39d70dba1018a9e8c7ef7392cb998e (patch) | |
tree | 380972ed255ae5fdbcc4931ffb0ceb8f343ab6c3 | |
parent | 6d939b2bb624d5b7d8578440c8db55ea3a336d58 (diff) | |
download | ikiwiki-ff4172160e39d70dba1018a9e8c7ef7392cb998e.tar ikiwiki-ff4172160e39d70dba1018a9e8c7ef7392cb998e.tar.gz |
idea of a fix here
-rw-r--r-- | doc/ikiwiki/directive/sidebar/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/sidebar/discussion.mdwn b/doc/ikiwiki/directive/sidebar/discussion.mdwn index cc2dec2ca..17c50ace6 100644 --- a/doc/ikiwiki/directive/sidebar/discussion.mdwn +++ b/doc/ikiwiki/directive/sidebar/discussion.mdwn @@ -6,3 +6,5 @@ Things can get messy if you have enabled the global sidebar setting and you brow > page to force the sidebar off does not seem like an appropriate fix; > this leaves only special casing the plugin to not treat this page as a > sidebar, but that's disgusting. --[[Joey]] + +>> Yep, this all sounds wrong... Maybe we could add a global "sidebar exclusion" pattern? Or reverse, allow customizing what name the global sidebar functionality is looking for? For example, we could look for `globalsidebar.mdwn` page instead of just `sidebar.mdwn`? --[[anarcat]] |