diff options
Diffstat (limited to 'cgi/templates/home.rss')
-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>
|