diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-22 13:45:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-22 13:45:25 -0400 |
commit | ad296f90c3b99bb5e033f769c44e5653f518f264 (patch) | |
tree | 5a3dfdd9794163be3c04bc48b7aae0b69ebba0ec /doc/todo | |
parent | 8dc7f3005ebf36d5b126867e7ca0440d495d8ee3 (diff) |
add
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/edittemplate_should_look_in_templates_directory_by_default.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/edittemplate_should_look_in_templates_directory_by_default.mdwn b/doc/todo/edittemplate_should_look_in_templates_directory_by_default.mdwn new file mode 100644 index 000000000..4bc10e432 --- /dev/null +++ b/doc/todo/edittemplate_should_look_in_templates_directory_by_default.mdwn @@ -0,0 +1,8 @@ +[[plugins/edittemplate]] looks for the specified template relative to the +page the directive appears on. Which can be handy, eg, make a +blog/mytemplate and put the directive on blog, and it will find +"mytemplate". However, it can also be confusing, since other templates +always are looked for in `templates/`. + +I think it should probably fall back to looking for `templates/$foo`. +--[[Joey]] |