prc customizations

This commit is contained in:
2025-12-31 11:20:19 +01:00
parent b55270cb81
commit ff731cf9a9
7 changed files with 382 additions and 5 deletions
+5 -1
View File
@@ -18,7 +18,11 @@ local function Roothandler(self)
self.latestpath = latest_path
self.latestname = latest_name
return { render = "root" }
if self.titles['url'] == "panamaracing.club" then
return { render = "root", layout = require "views.prc_layout" }
else
return { render = "root" }
end
end