From: Mischa POSLAWSKY Date: Sun, 26 Aug 2018 00:04:19 +0000 (+0200) Subject: nieuws: prepend link to feed X-Git-Tag: v3.7~12 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/2e10347a695b92658507b8422eb9694412737361 nieuws: prepend link to feed --- 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) {