X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=view%2Frss.php;h=c09db47bafa32dc3cc406ebd244f37a8d3e3e05b;hb=dfd2fbae1d760ad18fa0866b9c1ba913c2de86f7;hp=4e2609b43617c403b2efb2b4aae1262c7966c4e5;hpb=0e6804f62c676f4dba6050e7cd2b1b5fffeac867;p=dylansserver.git diff --git a/view/rss.php b/view/rss.php index 4e2609b..c09db47 100644 --- a/view/rss.php +++ b/view/rss.php @@ -1,9 +1,18 @@ - dylansserver.com/notes/rss - http://dylansserver.com/notes - dylansserver.com/notes/rss - - display_items() ?> + disinclined.org/notes/rss + https://disinclined.org/notes + disinclined.org/notes/rss + + items as $item) { + echo ""; + echo " " . $item['title'] . ""; + echo " " . $item['url'] . ""; + echo " " . $item['url'] . ""; + echo " " . $item['description'] . ""; + echo ""; + } + ?>