update
authorJoey Hess <joey@kitenet.net>
Fri, 23 Apr 2010 19:23:34 +0000 (15:23 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 23 Apr 2010 19:23:34 +0000 (15:23 -0400)
IkiWiki/Plugin/template.pm
template-transition-notes

index e5a0c05c3798470a6a787589b96d0fae7f876988..d2b2fef55fbec15fef890f52c7cb9c2f0d56d3e6 100644 (file)
@@ -33,7 +33,7 @@ sub preprocess (@) {
                error gettext("missing id parameter")
        }
 
-       # The bare id is used, so a page templates/$id will be used as 
+       # The bare id is used, so a page templates/$id can be used as 
        # the template.
        my $template;
        eval {
index ccff3e78fe48370a0340ea0079ee3ef82ae2dd5f..a319616f49bb498faa05a83e0bab65505bc79f62 100644 (file)
@@ -1,6 +1,4 @@
 * add_templates option removed from underlay plugin
   (can use add_underlays instead)
 * includes no longer allowed in templates
-* template directive no longer uses $foo.tmpl , only
-  page $foo.
 * template_params removed (not exported API)