fix rss
This commit is contained in:
parent
9a43ab0c01
commit
2a88aba7a5
1 changed files with 2 additions and 2 deletions
|
@ -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>';
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue