]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/listdirectives.pm
listdirectives: Enable use of the directives underlay.
[ikiwiki.git] / IkiWiki / Plugin / listdirectives.pm
index a5498a20a07b21f63eb5df91fedcd85fe25f868f..6f8ddb06af86faa60a0b028db8f0f1bf7626ae15 100644 (file)
@@ -7,6 +7,7 @@ use strict;
 use IkiWiki 2.00;
 
 sub import { #{{{
+       add_underlay("directives");
        hook(type => "getsetup", id => "listdirectives", call => \&getsetup);
        hook(type => "checkconfig", id => "listdirectives", call => \&checkconfig);
        hook(type => "needsbuild", id => "listdirectives", call => \&needsbuild);