Add rsync plugin, though the only rsync-specific thing about it is the
[ikiwiki.git] / IkiWiki / Render.pm
index fc8f287ced58759d1954f1ef962701bada4f36e1..74033fa974165444359c811d4f2a1c90dd46a26d 100644 (file)
@@ -524,6 +524,7 @@ sub refresh () {
        if (%rendered) {
                run_hooks(change => sub { shift->(keys %rendered) });
        }
        if (%rendered) {
                run_hooks(change => sub { shift->(keys %rendered) });
        }
+       run_hooks(postrefresh => sub { shift->() });
 }
 
 sub commandline_render () {
 }
 
 sub commandline_render () {