summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 21:52:12 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 21:52:12 +0000
commit72e8ace28d921bb533a617c4b4078d0fb532fe98 (patch)
treef2374d72840f8ac768de90e0c1d372cdcd12d978 /IkiWiki/Render.pm
parentca0be85c59002ae9d01140cba587ffe909252471 (diff)
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.pm1
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;