From: Joey Hess Date: Sun, 2 Mar 2008 07:39:05 +0000 (-0500) Subject: web commit by bremner X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/e1935f61141a82126ee0066a46a364c9e027142e?hp=da205c3eaf8e9427531c0f83120be8ba96471868 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.