aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/home.rss
diff options
context:
space:
mode:
authorLibravatar neptune 2022-12-27 08:25:04 -0300
committerLibravatar neptune 2022-12-27 08:25:04 -0300
commitbe1daf645af908863fbb012e889979f2ef1aed48 (patch)
treecf0ea2b53f3b308ce330c7e9b0092914facd0e15 /cgi/templates/home.rss
parent15242f613190f053c541679b61f5db293f79b98a (diff)
downloadweabot-be1daf645af908863fbb012e889979f2ef1aed48.tar.gz
weabot-be1daf645af908863fbb012e889979f2ef1aed48.tar.xz
weabot-be1daf645af908863fbb012e889979f2ef1aed48.zip
a
Diffstat (limited to 'cgi/templates/home.rss')
-rw-r--r--cgi/templates/home.rss1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/templates/home.rss b/cgi/templates/home.rss
index d293861..1e5f552 100644
--- a/cgi/templates/home.rss
+++ b/cgi/templates/home.rss
@@ -18,6 +18,7 @@
<title>${post['board_fulln']}: #{post['content']}</title>
<pubDate>${post['timestamp_formatted']}</pubDate>
<link>https://bienvenidoainternet.org#{post['url']}</link>
+ <description>${post['message']}</description>
</item>
<?py #endfor ?>
</channel>