From 1d61c4d4d690624f6d6fb34b6decd5507a003298 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 5 Aug 2007 18:22:21 +0000 Subject: * pagetemplate: don't display template name --- IkiWiki/Plugin/pagetemplate.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Plugin/pagetemplate.pm') diff --git a/IkiWiki/Plugin/pagetemplate.pm b/IkiWiki/Plugin/pagetemplate.pm index b5ebf623d..69a2433a8 100644 --- a/IkiWiki/Plugin/pagetemplate.pm +++ b/IkiWiki/Plugin/pagetemplate.pm @@ -25,6 +25,7 @@ sub preprocess (@) { #{{{ $templates{$params{page}}=$params{template}; } + return ""; } # }}} sub templatefile (@) { #{{{ -- cgit v1.2.3