]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/edittemplate.pm
Indicate how the UUID is likely to be used
[git.ikiwiki.info.git] / IkiWiki / Plugin / edittemplate.pm
index 571accf1f5c442eb1d0bb1096a79eeb187a6a51d..947c8f215302bdc04b9fbd9b0dbd891740542e14 100644 (file)
@@ -155,6 +155,9 @@ sub filltemplate ($$) {
                $template->param(uuid => $uuid);
        }
 
+       my $time = time();
+       $template->param(time => IkiWiki::formattime($time, "%Y-%m-%d %H:%M:%S"));
+
        return $template->output;
 }