add latest date and podcast:guid

This commit is contained in:
2026-04-27 11:15:55 +02:00
parent 7ed0a1863d
commit 6e33ad712e
4 changed files with 18 additions and 3 deletions
+6 -3
View File
@@ -16,21 +16,24 @@ if string.find(ngx.var.host, "panamaracing.club") then
name = "Panama Racing Club Archive",
url = "panamaracing.club",
css = "panamaracing.css",
header = "panamaracing.club_header.png"
header = "panamaracing.club_header.png",
feed = "panamaracing.club"
}
elseif string.find(ngx.var.host, "videohotmix.net") then
page_titles = {
name = "Hotmix Video Archive",
url = "videohotmix.net",
css = "videohotmix.css",
header = "videohotmix.net-logo.png"
header = "videohotmix.net-logo.png",
feed = "videohotmix"
}
elseif string.find(ngx.var.host, "hotmixxx.com") then
page_titles = {
name = "Hotmix Video Archive",
url = "videohotmix.net",
css = "videohotmix.css",
header = "videohotmix.net-logo.png"
header = "videohotmix.net-logo.png",
feed = "hotmixxx"
}
else
page_titles = {