diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2022-08-10 18:42:13 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2022-08-10 19:11:42 +0200 |
commit | 51497a91d412dd7f03824ec58a039d371e8b1bfa (patch) | |
tree | 87a0694e806fc5b7feeba7defef4754669329376 /template | |
parent | c8a6c4eed5011758d8eaa18639cc546b017d922b (diff) |
rss feed: add description
Diffstat (limited to 'template')
-rw-r--r-- | template/rss-item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/rss-item.xml b/template/rss-item.xml index 77b6e88..0a86187 100644 --- a/template/rss-item.xml +++ b/template/rss-item.xml @@ -2,6 +2,6 @@ <title>$title</title> <link>$link</link> <description>$description</description> -<guid>$guid</guid> +<guid isPermaLink="false">$guid</guid> <pubDate>$pubDate</pubDate> </item> |