* pagetemplate: don't display template name
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 5 Aug 2007 18:22:21 +0000 (18:22 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 5 Aug 2007 18:22:21 +0000 (18:22 +0000)
IkiWiki/Plugin/pagetemplate.pm
debian/changelog
doc/plugins/pagetemplate.mdwn

index b5ebf623d19a08d94e669ce1940534141e46e0e1..69a2433a8ffb1d74119762c8d9aeae3e3cedae01 100644 (file)
@@ -25,6 +25,7 @@ sub preprocess (@) { #{{{
                $templates{$params{page}}=$params{template};
        }
 
+       return "";
 } # }}}
 
 sub templatefile (@) { #{{{
index a523b8913c9329a4ee90ef9d08785d1ae21afd96..e8752e65326580da95146a494962630ee0e17023 100644 (file)
@@ -6,6 +6,7 @@ ikiwiki (2.6) UNRELEASED; urgency=low
     HenrikBrixAndersen.
   * Allow raw html in the rst plugin.
   * Add --set-option command line switch.
+  * pagetemplate: don't display template name
 
  -- Joey Hess <joeyh@debian.org>  Fri, 03 Aug 2007 20:33:43 -0700
 
index 192322d724c19c141c930d6caa140d57bbfae0b9..945ee3d8c46f7c42796bd2753b2d98f766d1ff25 100644 (file)
@@ -12,5 +12,3 @@ This plugin can only use templates that are already installed in
 them). You can choose to use any .tmpl files in that directory. Example:
 
        \[[pagetemplate template=my_fancy.tmpl]]
-       
-[[pagetemplate template=my_fancy.tmpl]]