diff options
Diffstat (limited to 'cgi/templates/home.rss')
-rw-r--r-- | cgi/templates/home.rss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/home.rss b/cgi/templates/home.rss index dc69377..d293861 100644 --- a/cgi/templates/home.rss +++ b/cgi/templates/home.rss @@ -15,10 +15,10 @@ </image>
<?py for post in posts: ?>
<item>
- <title>${post['board_name']}: #{post['content']}</title>
+ <title>${post['board_fulln']}: #{post['content']}</title>
<pubDate>${post['timestamp_formatted']}</pubDate>
<link>https://bienvenidoainternet.org#{post['url']}</link>
</item>
<?py #endfor ?>
</channel>
-</rss>
\ No newline at end of file +</rss>
|