parent
beaebab04b
commit
5d44bf4b5c
|
@ -11,6 +11,7 @@ ikiwiki (3.20180312) UNRELEASED; urgency=medium
|
||||||
* aggregate: Fix aggregation of posts without a title.
|
* aggregate: Fix aggregation of posts without a title.
|
||||||
Thanks, Alexandre Oliva
|
Thanks, Alexandre Oliva
|
||||||
* poll: Added postlink and posttrail options for better multi-page polls.
|
* poll: Added postlink and posttrail options for better multi-page polls.
|
||||||
|
* Fix permalink to comments.
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 16 May 2018 13:09:27 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 16 May 2018 13:09:27 +0100
|
||||||
|
|
||||||
|
|
|
@ -265,7 +265,7 @@ sub preprocess {
|
||||||
$pagestate{$page}{meta}{title} = decode_entities($params{subject});
|
$pagestate{$page}{meta}{title} = decode_entities($params{subject});
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($params{page} =~ m/\/\Q$config{comments_pagename}\E\d+_/) {
|
if ($params{page} =~ m/\/\Q$config{comments_pagename}\E\d+/) {
|
||||||
$pagestate{$page}{meta}{permalink} = urlto(IkiWiki::dirname($params{page})).
|
$pagestate{$page}{meta}{permalink} = urlto(IkiWiki::dirname($params{page})).
|
||||||
"#".page_to_id($params{page});
|
"#".page_to_id($params{page});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue