more tweaks

This commit is contained in:
2026-04-25 16:45:19 +02:00
parent c2577ad3dc
commit 223d62f2a3
2 changed files with 5 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.xml", function(self)
app:get("/latest.rss", function(self)
self.titles = page_titles
return handlers.RSShandler(self)
end)