diff options
author | neptune | 2022-12-27 08:25:04 -0300 |
---|---|---|
committer | neptune | 2022-12-27 08:25:04 -0300 |
commit | be1daf645af908863fbb012e889979f2ef1aed48 (patch) | |
tree | cf0ea2b53f3b308ce330c7e9b0092914facd0e15 /cgi/templates | |
parent | 15242f613190f053c541679b61f5db293f79b98a (diff) | |
download | weabot-be1daf645af908863fbb012e889979f2ef1aed48.tar.gz weabot-be1daf645af908863fbb012e889979f2ef1aed48.tar.xz weabot-be1daf645af908863fbb012e889979f2ef1aed48.zip |
a
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/home.rss | 1 |
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>
|