diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-02 02:58:55 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-02 18:04:09 -0500 |
commit | bdb57e58334afb9ac1fab45f9f9653da4e5af98f (patch) | |
tree | acb3470a79c792533c28446b8abce494fa1984d5 /doc | |
parent | e1935f61141a82126ee0066a46a364c9e027142e (diff) |
web commit by bremner
(cherry picked from commit 7eeafb3ef95cada7fdff50a6aa0b3f83af96977e)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/multiple_template_directories.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/multiple_template_directories.mdwn b/doc/todo/multiple_template_directories.mdwn index f8b0aa697..c967e87a2 100644 --- a/doc/todo/multiple_template_directories.mdwn +++ b/doc/todo/multiple_template_directories.mdwn @@ -6,3 +6,7 @@ a setup option like templatedirs => [ "my/dir", "/usr/share/ikiwiki/templates" ] ought to do the trick. + +> Now that I look at the source, I see that ikiwiki already falls back to the > global dir when it cannot find a template. For me, this is good enough. +> And it is even documented in the man page. Sigh. I guess this could be +> considered done. |