aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/home.rss4
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>