X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7afb843a007a3a5f15cf64a36364ceffd8440047..e8a13c32ba090e4428fcc1d25e4f93cd14380326:/IkiWiki/Plugin/orphans.pm diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm index 65d5e3e9b..0f96b9397 100644 --- a/IkiWiki/Plugin/orphans.pm +++ b/IkiWiki/Plugin/orphans.pm @@ -4,7 +4,7 @@ package IkiWiki::Plugin::orphans; use warnings; use strict; -use IkiWiki; +use IkiWiki 2.00; sub import { #{{{ hook(type => "preprocess", id => "orphans", call => \&preprocess); @@ -27,8 +27,8 @@ sub preprocess (@) { #{{{ my @orphans; my $discussion=gettext("discussion"); foreach my $page (keys %pagesources) { - next if $linkedto{$page}; - next unless pagespec_match($page, $params{pages}, $params{page}); + next if $linkedto{$page} || $page eq 'index'; + next unless pagespec_match($page, $params{pages}, location => $params{page}); # If the page has a link to some other page, it's # indirectly linked to a page via that page's backlinks. next if grep {