rss: lobsters suggestions, link in footer

Signed-off-by: Naman Sood <naman.sood@data.world>
This commit is contained in:
Naman Sood 2022-06-28 11:09:33 -05:00
parent 323fe7010f
commit 47638c8662
6 changed files with 39 additions and 22 deletions

View file

@ -1,10 +1,11 @@
<rss version="2.0">
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{title}}</title>
<link>{{link}}</link>
<description>{{description}}</description>
<language>en-US</language>
<pubDate>{{pubDate}}</pubDate>
<atom:link href="https://prose.nsood.in/rss.xml" rel="self" type="application/rss+xml" />
{{{items}}}
</channel>
</rss>