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(
|
||||
title => $thread->{'title'},
|
||||
link => $item_link,
|
||||
permaLink => $item_link,
|
||||
description => $description,
|
||||
pubDate => $thread->{'date'}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue