* pagetemplate: don't display template name

master
joey 2007-08-05 18:22:21 +00:00
parent 7780d22198
commit 1d61c4d4d6
3 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,7 @@ sub preprocess (@) { #{{{
$templates{$params{page}}=$params{template};
}
return "";
} # }}}
sub templatefile (@) { #{{{

1
debian/changelog vendored
View 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

View 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]]