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 -2
View File
@@ -14,13 +14,16 @@ local page_titles = {}
if string.find(ngx.var.host, "panamaracing.club") then
page_titles = {
name = "Panama Racing Club Archive",
url = "panamaracing.club"
url = "panamaracing.club",
css = "panamaracing.css",
header = "panamaracing.club_header.png"
}
elseif string.find(ngx.var.host, "videohotmix.net") then
page_titles = {
name = "Hotmix Video Archive",
url = "videohotmix.net",
css = "videohotmix.css"
css = "videohotmix.css",
header = "videohotmix.net.svg"
}
else
page_titles = {