diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-13 16:35:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-13 16:35:37 +0000 |
commit | 7a0ff2b29397f3d5d5068c5e49e5bea08e128642 (patch) | |
tree | 0eaf94640fb7527fe04279a6048bda258dfe765c | |
parent | a17d6ee6695370967247bb9fb18da59b83c8acab (diff) |
add
-rw-r--r-- | doc/todo/multiple_templates.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/multiple_templates.mdwn b/doc/todo/multiple_templates.mdwn new file mode 100644 index 000000000..809a089eb --- /dev/null +++ b/doc/todo/multiple_templates.mdwn @@ -0,0 +1,6 @@ +> Another useful feature might be to be able to choose a different template +> file for some pages; blog pages would use a template different from the +> home page, even if both are managed in the same repository, etc. + +Well, that would probably be fairly easy to add if it used globlists to +specify which pages use the non-default template. |