my $type = pagetype($file);
if ($config{discussion}) {
$template->param(have_actions => 1);
- $template->param(discussionlink => htmllink($page, $page, "Discussion", 1, 1));
+ $template->param(discussionlink => htmllink($page, $params{page}, "Discussion", 1, 1));
}
if (length $config{cgiurl} && defined $type) {
$template->param(have_actions => 1);
* Fix various links on the hyperestradier pages.
* Use POST for poll to avoid some robots.
+ * Fix sometimes broken links to Discussion pages from blog pages.
- -- Joey Hess <joeyh@debian.org> Thu, 14 Dec 2006 14:04:25 -0500
+ -- Joey Hess <joeyh@debian.org> Thu, 14 Dec 2006 14:41:01 -0500
ikiwiki (1.35) unstable; urgency=low