fix plugin name
parent
426200b34a
commit
0d7bc7402c
|
@ -9,7 +9,7 @@ use IkiWiki 2.00;
|
||||||
use IPC::Open2;
|
use IPC::Open2;
|
||||||
|
|
||||||
sub import { #{{{
|
sub import { #{{{
|
||||||
hook(type => "preprocess", id => "graph", call => \&graph);
|
hook(type => "preprocess", id => "graphviz", call => \&graph);
|
||||||
} # }}}
|
} # }}}
|
||||||
|
|
||||||
my %graphviz_programs = (
|
my %graphviz_programs = (
|
||||||
|
|
Loading…
Reference in New Issue