s/dylansserver/disinclined/g, should really be parametized
[dylansserver.git] / view / rss.php
index a2ac042..c09db47 100644 (file)
@@ -1,9 +1,9 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>dylansserver.com/notes/rss</title>
-    <link>https://dylansserver.com/notes</link>
-    <description>dylansserver.com/notes/rss</description>
-    <atom:link href="https://dylansserver.com/notes/rss" rel="self" type="application/rss+xml" />
+    <title>disinclined.org/notes/rss</title>
+    <link>https://disinclined.org/notes</link>
+    <description>disinclined.org/notes/rss</description>
+    <atom:link href="https://disinclined.org/notes/rss" rel="self" type="application/rss+xml" />
     <?php
       foreach ($this->items as $item) {
         echo "<item>";