X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/7a0ff2b29397f3d5d5068c5e49e5bea08e128642..a1b2d95fb3809654480575fb98e8170b4e941dea:/doc/todo/multiple_templates.mdwn diff --git a/doc/todo/multiple_templates.mdwn b/doc/todo/multiple_templates.mdwn index 809a089eb..361270bb9 100644 --- a/doc/todo/multiple_templates.mdwn +++ b/doc/todo/multiple_templates.mdwn @@ -2,5 +2,12 @@ > 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 +Well, that would probably be fairly easy to add if it used pagespecs to specify which pages use the non-default template. + +Hmm, I think the pagetemplate hook should allow one to get close enough to +this in a plugin now. + +See also: [[Allow_per-page_template_selection]] -- same thing, really. + +[[done]]