summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index f76377c..7a96450 100644
--- a/feed.php
+++ b/feed.php
@@ -19,7 +19,7 @@
$title = str_replace('<h1>', '', fgets(fopen("./posts/$post", 'r')));
$title = str_replace('</h1>', '', $title);
$post = str_replace('.php', '', $post);
- printf('<item><link>https://www.53hor.net/posts/%s</link><title>%s</title></item>', $post, $title);
+ printf('<item><link>https://www.53hor.net/%s</link><title>%s</title></item>', $post, $title);
}
?>
</channel>