]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/parentlinks.pm
Merge commit '21fe996544f43ad5cfcdf36388015971b7fc56d1' into sipb
[ikiwiki.git] / IkiWiki / Plugin / parentlinks.pm
index d06954a4f344b00a6b9b7341d2ad214515a8e600..50507db64832ae6bbf39f9dbfdba0bcb7f082aa0 100644 (file)
@@ -9,6 +9,7 @@ use IkiWiki 3.00;
 sub import {
        hook(type => "parentlinks", id => "parentlinks", call => \&parentlinks);
        hook(type => "pagetemplate", id => "parentlinks", call => \&pagetemplate);
+       hook(type => "getsetup", id => "parentlinks", call => \&getsetup);
 }
 
 sub getsetup () {