1 Some inconsistences around the toplevel [[index]] page:
3 * [[ikiwiki]] is a separate page; links to [[ikiwiki]] should better go to
5 * The toplevel [[ikiwiki/Discussion]] page has some weird parentlinks
6 behavior. This could be special cased around with the following patch.
7 However, I'm unsure if I like the idea of more special cases around this.
8 It would be better to find a way to make the toplevel index page not be a
11 --- IkiWiki/Render.pm (revision 1187)
12 +++ IkiWiki/Render.pm (working copy)
16 return if $page eq 'index'; # toplevel
17 + $path=".." if $page=~s/^index\///;
18 foreach my $dir (reverse split("/", $page)) {