diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-24 23:03:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-24 23:03:36 +0000 |
commit | a1b2d95fb3809654480575fb98e8170b4e941dea (patch) | |
tree | 065da77c0f8d317d0287b1305be9d1b40c912388 | |
parent | 2c8c166cec6c605d2f6a45a5354993e81183f4a2 (diff) | |
download | ikiwiki-a1b2d95fb3809654480575fb98e8170b4e941dea.tar ikiwiki-a1b2d95fb3809654480575fb98e8170b4e941dea.tar.gz |
tag
-rw-r--r-- | doc/todo/tmplvars_plugin.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/tmplvars_plugin.mdwn b/doc/todo/tmplvars_plugin.mdwn index b944fb8f6..33d161ee1 100644 --- a/doc/todo/tmplvars_plugin.mdwn +++ b/doc/todo/tmplvars_plugin.mdwn @@ -1,5 +1,7 @@ A simple plugin to allow per-page customization of a template by passing paramaters to HTML::Template. For those times when a whole pagetemplate is too much work. --Ethan +[[tags patch]] + #!/usr/bin/perl package IkiWiki::Plugin::tmplvars; |