* pagetemplate: don't display template name
parent
7780d22198
commit
1d61c4d4d6
|
@ -25,6 +25,7 @@ sub preprocess (@) { #{{{
|
|||
$templates{$params{page}}=$params{template};
|
||||
}
|
||||
|
||||
return "";
|
||||
} # }}}
|
||||
|
||||
sub templatefile (@) { #{{{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue