2 # Ikiwiki skeleton plugin. Replace "skeleton" with the name of your plugin
3 # in the lines below, and flesh out the code to make it do something.
4 package IkiWiki::Plugin::skeleton;
11 IkiWiki::hook(type => "preprocess", id => "skeleton",
12 call => \&preprocess);
15 sub preprocess (@) { #{{{
18 return "skeleton plugin result";