X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/eb87dd177ae5ad2838c9bb9acb5e1e40d9cc5f28..17fccbca94aafc112fd72929ba4e7205ceedc287:/IkiWiki/Plugin/edittemplate.pm diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm index 571accf1f..c2a8da29f 100644 --- a/IkiWiki/Plugin/edittemplate.pm +++ b/IkiWiki/Plugin/edittemplate.pm @@ -155,6 +155,9 @@ sub filltemplate ($$) { $template->param(uuid => $uuid); } + my $time = time(); + $template->param(time => IkiWiki::date_3339($time)); + return $template->output; }