rss tweaks

This commit is contained in:
2026-03-26 14:36:26 +01:00
parent 5c7626db66
commit 42ebff2c7c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ app:get("/latest.json", function(self)
return handlers.Latesthandler(self)
end)
app:get("/latest.rss", function(self)
app:get("/latest.xml", function(self)
self.titles = page_titles
return handlers.RSShandler(self)
end)