This commit is contained in:
Freya Murphy 2024-07-08 22:08:27 -04:00
parent 9a43ab0c01
commit 2a88aba7a5
Signed by: freya
GPG key ID: 744AB800E383AE52

View file

@ -11,8 +11,8 @@
echo '<title>' . $post['meta']['name'] . '</title>';
echo '<description>' . $post['meta']['desc'] . '</description>';
echo '<pubDate>' . $post['meta']['date'] . '</pubDate>';
echo '<link>' . lang('root_url') . '/blog/post?name=' . $name . '</link>';
echo '<guid>' . lang('root_url') . '/blog/post?name=' . $name . '</guid>';
echo '<link>' . lang('root_url') . 'blog/post?name=' . $name . '</link>';
echo '<guid>' . lang('root_url') . 'blog/post?name=' . $name . '</guid>';
echo '</item>';
}
?>