]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
inline: Allow MTIME to be used in inlinepage.tmpl.
[ikiwiki.git] / doc / bugs / MTIME_not_set_for_inline_or_archive_entries.mdwn
index 58579ac353f2411de3082b364aeb1ab1525d0de0..89947b544e9f7c86e690b940bf3ebcae642260c2 100644 (file)
@@ -17,3 +17,6 @@ Update - even though I'm not a Perl programmer, this patch seems right:
     +                          $template->param(mtime => displaytime($pagemtime{$page}, $params{timeformat}));
                                $template->param(first => 1) if $page eq $list[0];
                                $template->param(last => 1) if $page eq $list[$#list];  
+
+
+> [[done]], thanks