From 2e10347a695b92658507b8422eb9694412737361 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 26 Aug 2018 02:04:19 +0200 Subject: [PATCH] nieuws: prepend link to feed --- nieuws/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nieuws/index.php b/nieuws/index.php index 316a16e..678c3db 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -85,6 +85,10 @@ if ($year) { return 1; } +$html = ob_get_clean(); +printf(''."\n", "/$Page/feed"); +print $html; + print '
'."\n\n"; foreach (array_reverse(glob("$Page/2???")) as $page) { -- 2.30.0