diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-23 13:28:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-23 13:28:49 -0400 |
commit | a45f31ae03dc97b27482a717b03f5f266efcf99e (patch) | |
tree | 5560e6783c38f0ff244a7182dccedbbbc192d258 /doc/todo | |
parent | e779098796e18c11c43e9e38339577376ded8e2b (diff) | |
parent | 53c8bf9ed98f263163768daeb1d4e0fdbf6e7ef3 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-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 |