diff options
-rw-r--r-- | IkiWiki.pm | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index a9debfb7d..7d5668d74 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -547,7 +547,7 @@ sub urlto ($$) { #{{{ my $from=shift; if (! length $to) { - return beautify_url(baseurl($from)); + return beautify_url(baseurl($from)."index.$config{htmlext}"); } if (! $destsources{$to}) { diff --git a/debian/changelog b/debian/changelog index 721e7dfbc..11a100c0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (2.51) UNRELEASED; urgency=low + + * Improve toplevel parentlink to link directly to index.html when usedirs is + disabled. + + -- Joey Hess <joeyh@debian.org> Sun, 15 Jun 2008 15:03:33 -0400 + ikiwiki (2.50) unstable; urgency=low * img: Support captions. |