diff options
author | privat <privat@web> | 2010-04-23 17:28:38 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-04-23 17:28:38 +0000 |
commit | 53c8bf9ed98f263163768daeb1d4e0fdbf6e7ef3 (patch) | |
tree | cfcfd05121ba1c9c285b42b58c90dde5d89aadf7 | |
parent | 92c927cb9285fb2b6e185f24d93ced3729bda04e (diff) |
multiple_sidebars in a gitbranch
-rw-r--r-- | doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn | 2 |
1 files changed, 2 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 index 02b83244e..bb4339f88 100644 --- a/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn +++ b/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn @@ -15,6 +15,8 @@ those contents instead. >> Here a simple [[patch]] for multiple sidebars. Not too fancy but better than having multiple copies of the sidebar plugin. --[[jeanprivat]] +>>> I made a [[git]] branch for it [[!template id=gitbranch branch="privat/multiple_sidebars" author="[[jeanprivat]]"]] --[[jeanprivat]] + <pre> --- /usr/share/perl5/IkiWiki/Plugin/sidebar.pm 2010-02-11 22:53:17.000000000 -0500 +++ plugins/IkiWiki/Plugin/sidebar.pm 2010-02-27 09:54:12.524412391 -0500 |