Add guid back to RSS feed
This commit is contained in:
parent
78a7338f7b
commit
9a50afad14
@ -114,6 +114,7 @@ sub feed($self) {
|
|||||||
$rss->add_item(
|
$rss->add_item(
|
||||||
title => $thread->{'title'},
|
title => $thread->{'title'},
|
||||||
link => $item_link,
|
link => $item_link,
|
||||||
|
permaLink => $item_link,
|
||||||
description => $description,
|
description => $description,
|
||||||
pubDate => $thread->{'date'}
|
pubDate => $thread->{'date'}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user