* meta: Add pagespec functions to match against title, author, authorurl,
[ikiwiki.git] / IkiWiki / Render.pm
index 4495b9cfd97524cdfd6f9084cb285b198b44c533..76e8ef1f4e7d0369eb6b48cc296436607037cfc6 100644 (file)
@@ -377,6 +377,7 @@ sub refresh () { #{{{
                        $pagemtime{$page}=$mtime;
                        if (isinternal($page)) {
                                push @internal, $file;
+                               scan($file);
                        }
                        else {
                                push @needsbuild, $file;