removes description tag from rss entries, as that is almost always a duplicate of the content in the title tag

This commit is contained in:
Andrew 2023-01-19 11:19:37 -05:00
parent d38b63f5a9
commit ccfd190bbf
1 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ Twitter feed for: ${desc}. Generated by ${cfg.hostname}
<item>
<title>${getTitle(tweet, retweet)}</title>
<dc:creator>@${tweet.user.username}</dc:creator>
<description><![CDATA[${renderRssTweet(tweet, cfg).strip(chars={'\n'})}]]></description>
<pubDate>${getRfc822Time(tweet)}</pubDate>
<guid>${urlPrefix & link}</guid>
<link>${urlPrefix & link}</link>
@ -91,7 +90,6 @@ Twitter feed for: ${desc}. Generated by ${cfg.hostname}
<atom:link href="${urlPrefix}/${profile.user.username}/rss" rel="self" type="application/rss+xml" />
<title>${title}</title>
<link>${urlPrefix}/${profile.user.username}</link>
<description>${getDescription(handle, cfg)}</description>
<language>en-us</language>
<ttl>40</ttl>
<image>