From: Joey Hess Date: Sun, 2 Mar 2008 07:39:05 +0000 (-0500) Subject: web commit by bremner X-Git-Tag: 2.41~219 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=e1935f61141a82126ee0066a46a364c9e027142e web commit by bremner (cherry picked from commit f8e4bcf7f2f30b8f2b30401bb1c5a7b5803c8538) --- diff --git a/doc/todo/multiple_template_directories.mdwn b/doc/todo/multiple_template_directories.mdwn new file mode 100644 index 000000000..f8b0aa697 --- /dev/null +++ b/doc/todo/multiple_template_directories.mdwn @@ -0,0 +1,8 @@ +It would be nice to be able to override a single template without keeping a +private copy of the entire template directory. + +a setup option like + + templatedirs => [ "my/dir", "/usr/share/ikiwiki/templates" ] + +ought to do the trick.