nieuws/feed: optional site icon
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 19 Jan 2020 13:14:53 +0000 (14:14 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 30 Nov 2020 21:05:18 +0000 (22:05 +0100)
Used by some readers in feed overviews.

nieuws/feed/index.php

index f2c62afdb05d3466c5c1fa93777ecb883ca81d81..a5a5eeef2137a6df022ec8a29328fe3b65c1f645 100644 (file)
@@ -11,6 +11,7 @@ $siteref = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . '://' . $_SERVER['HTT
        <id><?= $siteref ?>/</id>
        <link href="<?= $siteref ?>/" />
        <link href="<?= $siteref . $_SERVER['REQUEST_URI'] ?>" rel="self" />
+       <icon>/favicon.png</icon>
        <author><name>Lijtweg</name></author>
 <?php
 $root = preg_replace('{/feed$}', '', $Page) . "/2???";