X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/eb87dd177ae5ad2838c9bb9acb5e1e40d9cc5f28..1abf35e1b5223de4c3da142eda6bf8b036272b34:/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; }