diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-18 07:06:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-18 07:06:39 -0400 |
commit | 16c7dfa733a3cbec43a976cccdf86a7798e946c5 (patch) | |
tree | 66fccade95e2ea90f5ac776911b84945bf2f94fe | |
parent | af213e83f6e934e4d871dd6f847de862a5308929 (diff) |
web commit by http://madduck.net/
-rw-r--r-- | doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn b/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn new file mode 100644 index 000000000..17155df9e --- /dev/null +++ b/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn @@ -0,0 +1,5 @@ +Maybe sidebar could be beefed up to take the name of a sidebar, such that I could use multiple sidebars in the same wiki. For instance, the default name would be 'sidebar', meaning the plugin looks for `sidebar.pm` and fills in the `sidebar` slot, but I might also want a footer in `footer.pm`, filling the template's `footer` slot. + +Maybe a new `include` plugin would be better. + +--[[madduck]] |