diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 21:52:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 21:52:12 +0000 |
commit | 72e8ace28d921bb533a617c4b4078d0fb532fe98 (patch) | |
tree | f2374d72840f8ac768de90e0c1d372cdcd12d978 /IkiWiki/Render.pm | |
parent | ca0be85c59002ae9d01140cba587ffe909252471 (diff) | |
download | ikiwiki-72e8ace28d921bb533a617c4b4078d0fb532fe98.tar ikiwiki-72e8ace28d921bb533a617c4b4078d0fb532fe98.tar.gz |
Add file cretion times to the index file.
(Note that it's not really the file creation time, just the first time
ikiwiki saw it.)
Diffstat (limited to 'IkiWiki/Render.pm')
-rw-r--r-- | IkiWiki/Render.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 1ac85be44..b3dfc364d 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -292,6 +292,7 @@ sub refresh () { #{{{ push @add, $file; $links{$page}=[]; $pagesources{$page}=$file; + $pagectime{$page}=time; } } my @del; |