X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=view%2Frss.php;h=c09db47bafa32dc3cc406ebd244f37a8d3e3e05b;hb=dfd2fbae1d760ad18fa0866b9c1ba913c2de86f7;hp=2f55ca307dece38868550162017efb7daaf618ae;hpb=4a70b93a36c54e64e32e6d34e8d79dbb8fc8789c;p=dylansserver.git diff --git a/view/rss.php b/view/rss.php index 2f55ca3..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 ""; + } + ?>