From 8465afea0e9b905279038499479e74fb681d3b83 Mon Sep 17 00:00:00 2001 From: aleteoryx Date: Tue, 12 Nov 2024 15:49:19 -0500 Subject: homepage --- rss.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'rss.php') diff --git a/rss.php b/rss.php index 012bf4e..b71a746 100644 --- a/rss.php +++ b/rss.php @@ -1,9 +1,11 @@ $data) { foreach(load_cached($data["ttl"], $data["url"], $data["linkrel"]) as $entry) { $entry["source"] = $name; + $entry["home"] = @$data["home"]; $combined[] = $entry; } } @@ -196,7 +199,13 @@ $base = parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH); foreach ($combined as $entry): ?>

- + + + + + + +