summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-02 02:58:55 -0500
committerJoey Hess <joey@kitenet.net>2008-03-02 02:58:55 -0500
commit7eeafb3ef95cada7fdff50a6aa0b3f83af96977e (patch)
treeacb3470a79c792533c28446b8abce494fa1984d5
parentf8e4bcf7f2f30b8f2b30401bb1c5a7b5803c8538 (diff)
web commit by bremner
-rw-r--r--doc/todo/multiple_template_directories.mdwn4
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.