X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Ftodo%2Fmultiple_templates.mdwn;h=30fb8d6ee74b1cbfb56f1fcceb6cbf5b71bcedef;hb=f398ad035b973608d380c9939ea845d8e2a0cdc2;hp=809a089eb1fb3af146d14bf4eafe53f30cf0a66a;hpb=7a0ff2b29397f3d5d5068c5e49e5bea08e128642;p=ikiwiki.git diff --git a/doc/todo/multiple_templates.mdwn b/doc/todo/multiple_templates.mdwn index 809a089eb..30fb8d6ee 100644 --- a/doc/todo/multiple_templates.mdwn +++ b/doc/todo/multiple_templates.mdwn @@ -1,6 +1,13 @@ -> 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 +> Another useful feature might be to be able to choose a different [[template|templates]] +> 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|ikiwiki/pagespec]] to specify which pages use the non-default template. + +Hmm, I think the [[pagetemplate|plugins/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]]